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 c1ce2c0 commit 3a4601aCopy full SHA for 3a4601a
.github/workflows/build-push.yml
@@ -190,7 +190,7 @@ jobs:
190
191
- name: Build wheels
192
env:
193
- CIBW_BUILD: "cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit
+ CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*" # limit to specific version since it take much more time than jobs limit
194
run: |
195
python -m cibuildwheel --archs ${{ matrix.archs }} --output-dir wheelhouse
196
0 commit comments