Skip to content

Commit 6ac3e7c

Browse files
authored
AVoid python 3.13.4
1 parent 677867d commit 6ac3e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.9,!=3.13.4"
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:

0 commit comments

Comments
 (0)