We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac3e7c commit 734e6c4Copy full SHA for 734e6c4
1 file changed
.github/workflows/cibuildwheel.yml
@@ -12,7 +12,7 @@ jobs:
12
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
13
env:
14
# Seems to have trouble parsing our setup.py, thus:
15
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,!=3.13.4"
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
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:
0 commit comments