We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9005f52 commit da6742eCopy full SHA for da6742e
1 file changed
.github/workflows/build_wheels.yml
@@ -89,6 +89,7 @@ jobs:
89
CIBW_BEFORE_BUILD: "pip install numpy>=2.0.0"
90
CIBW_TEST_EXTRAS: "py310"
91
CIBW_TEST_COMMAND: "pytest {package}/test"
92
+ CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
93
94
- uses: actions/upload-artifact@v4
95
with:
0 commit comments