We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacb576 commit 28ff391Copy full SHA for 28ff391
1 file changed
.github/workflows/wheels.yaml
@@ -30,8 +30,8 @@ jobs:
30
# uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
31
run: python -m cibuildwheel --output-dir wheelhouse
32
env:
33
- CIBW_BEFORE_BUILD: pip install oldest-supported-numpy Cython extension-helpers
34
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
+ CIBW_BEFORE_BUILD: pip install numpy>=2 Cython extension-helpers
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11"
35
CIBW_SKIP: pp*
36
37
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
0 commit comments