Skip to content

Commit da6742e

Browse files
committed
fix(ci): Restrict cibuildwheel to Python 3.9+ for NumPy 2.0 compatibility
1 parent 9005f52 commit da6742e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
CIBW_BEFORE_BUILD: "pip install numpy>=2.0.0"
9090
CIBW_TEST_EXTRAS: "py310"
9191
CIBW_TEST_COMMAND: "pytest {package}/test"
92+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
9293

9394
- uses: actions/upload-artifact@v4
9495
with:

0 commit comments

Comments
 (0)