File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments