Skip to content

Commit f99e6de

Browse files
committed
Revert "Build wheels on cp313"
This reverts commit b4c04a3.
1 parent 49982d2 commit f99e6de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)