We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677867d commit 6ac3e7cCopy full SHA for 6ac3e7c
.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"
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,!=3.13.4"
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