Skip to content

Commit b0eca09

Browse files
authored
Drop another Python 3.9 reference
1 parent 3c7fd38 commit b0eca09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Install numpy with a wheel (do NOT compile it):
1717
CIBW_BEFORE_BUILD: "pip install --only-binary :all: -r requirements.txt"
1818
# 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_*
19+
CIBW_SKIP: pp310-* cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 *-musllinux_*
2020
# configure cibuildwheel to build native arch & aarch64 too
2121
CIBW_ARCHS_LINUX: auto aarch64
2222
# Quick test with C code using NumPy C API:

0 commit comments

Comments
 (0)