Skip to content

Commit 6e6ee69

Browse files
committed
update
1 parent bf48269 commit 6e6ee69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- id: set-matrix
5656
env:
5757
# only mention one (trivial) python version, as py2.py3 wheels only need to be build once per arch
58-
CIBW_PROJECT_REQUIRES_PYTHON: '==3.13.*'
58+
CIBW_PROJECT_REQUIRES_PYTHON: '==3.12.*'
5959
# skip PyPy wheels for now, and skip i686 wheels because pytest is failing
6060
CIBW_SKIP: pp* *i686
6161
run: |

0 commit comments

Comments
 (0)