Skip to content

Commit 28ff391

Browse files
committed
Update wheel build dependencies
1 parent dacb576 commit 28ff391

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
# uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
3131
run: python -m cibuildwheel --output-dir wheelhouse
3232
env:
33-
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy Cython extension-helpers
34-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
33+
CIBW_BEFORE_BUILD: pip install numpy>=2 Cython extension-helpers
34+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11"
3535
CIBW_SKIP: pp*
3636

3737
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0

0 commit comments

Comments
 (0)