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.
2 parents eae2b77 + 8aca5a1 commit f1ce747Copy full SHA for f1ce747
.github/workflows/build_release.yml
@@ -29,7 +29,7 @@ jobs:
29
CIBW_BEFORE_ALL: './.github/workflows/cibw_before_all.sh'
30
# TODO: libunwind fails to compile on aarch64
31
CIBW_ARCHS_LINUX: x86_64 i686 # aarch64 ppc64le s390x
32
- CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
+ CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
33
CIBW_SKIP: "*-musllinux_i686"
34
35
- uses: actions/upload-artifact@v3
@@ -47,7 +47,7 @@ jobs:
47
uses: pypa/cibuildwheel@v2.20.0
48
env:
49
CIBW_ARCHS: x86_64 arm64 universal2
50
51
CIBW_SKIP: "*-macosx_10_9_*"
52
53
0 commit comments