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 336dc32 commit 8610d4cCopy full SHA for 8610d4c
.github/workflows/build.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build wheels
29
uses: pypa/[email protected]
30
env:
31
- CIBW_BUILD: "cp310* cp311* cp312* cp313"
+ CIBW_BUILD: "cp310* cp311* cp312* cp313*"
32
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
33
CIBW_ARCHS_MACOS: x86_64 arm64
34
0 commit comments