We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7fd38 commit b0eca09Copy full SHA for b0eca09
1 file changed
.github/workflows/cibuildwheel.yml
@@ -16,7 +16,7 @@ jobs:
16
# Install numpy with a wheel (do NOT compile it):
17
CIBW_BEFORE_BUILD: "pip install --only-binary :all: -r requirements.txt"
18
# There are/were no numpy wheels for these:
19
- CIBW_SKIP: pp310-* cp39-manylinux_i686 cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 *-musllinux_*
+ CIBW_SKIP: pp310-* cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 *-musllinux_*
20
# configure cibuildwheel to build native arch & aarch64 too
21
CIBW_ARCHS_LINUX: auto aarch64
22
# Quick test with C code using NumPy C API:
0 commit comments