Skip to content

Commit f1ce747

Browse files
authored
Merge pull request #65 from P403n1x87/ci/build-312-wheels
ci: build 3.12 wheels
2 parents eae2b77 + 8aca5a1 commit f1ce747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
CIBW_BEFORE_ALL: './.github/workflows/cibw_before_all.sh'
3030
# TODO: libunwind fails to compile on aarch64
3131
CIBW_ARCHS_LINUX: x86_64 i686 # aarch64 ppc64le s390x
32-
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
32+
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
3333
CIBW_SKIP: "*-musllinux_i686"
3434

3535
- uses: actions/upload-artifact@v3
@@ -47,7 +47,7 @@ jobs:
4747
uses: pypa/cibuildwheel@v2.20.0
4848
env:
4949
CIBW_ARCHS: x86_64 arm64 universal2
50-
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
50+
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
5151
CIBW_SKIP: "*-macosx_10_9_*"
5252

5353
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)