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 bf48269 commit 6e6ee69Copy full SHA for 6e6ee69
.github/workflows/wheels.yml
@@ -55,7 +55,7 @@ jobs:
55
- id: set-matrix
56
env:
57
# 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.*'
+ CIBW_PROJECT_REQUIRES_PYTHON: '==3.12.*'
59
# skip PyPy wheels for now, and skip i686 wheels because pytest is failing
60
CIBW_SKIP: pp* *i686
61
run: |
0 commit comments