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 89d0737 commit 619d27aCopy full SHA for 619d27a
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build wheels
48
uses: pypa/[email protected]
49
env:
50
- CIBW_BUILD: "cp312-*"
+ CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
51
CIBW_ARCHS_MACOS: "x86_64 arm64"
52
CIBW_ARCHS_LINUX: "x86_64"
53
CIBW_ARCHS_WINDOWS: "AMD64"
0 commit comments