diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cbfd02..04ef650 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/setup-python@v5 with: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: "3.x" - uses: actions/download-artifact@v4 with: diff --git a/pyproject.toml b/pyproject.toml index 5e5b7a6..82ee6d1 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] [build-system] -requires = ["setuptools", "wheel", "scikit-build>=0.13", "cmake>=3.15", "pybind11[global]"] +requires = ["setuptools", "wheel", "scikit-build>=0.13", "cmake>=3.15", "pybind11[cmake]"] [tool.cibuildwheel] archs = "x86_64 arm64" # Build for both architectures