Skip to content

Commit 3c7fd38

Browse files
authored
Now on Python 3.10 or later
1 parent 1ab2114 commit 3c7fd38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
1313
env:
1414
# Seems to have trouble parsing our setup.py, thus:
15-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
15+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
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: pp37-* pp38-* pp39-* pp310-* cp39-manylinux_i686 cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 *-musllinux_*
19+
CIBW_SKIP: pp310-* cp39-manylinux_i686 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)