Skip to content

Commit db4ef6e

Browse files
authored
Update build.yml to support python 3.12
1 parent df359fd commit db4ef6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [windows-latest, ubuntu-latest, macos-latest]
35-
python_tag: [cp37, cp38, cp39, cp310, cp311]
35+
python_tag: [cp37, cp38, cp39, cp310, cp311, cp312]
3636
include:
3737
- os: windows-latest
3838
os_tag: win_amd64
@@ -82,7 +82,7 @@ jobs:
8282
wheel-apple_silicon:
8383
strategy:
8484
matrix:
85-
python_tag: [cp38, cp39, cp310, cp311]
85+
python_tag: [cp38, cp39, cp310, cp311, cp312]
8686
macos_arch: [arm64, universal2]
8787

8888
name: "wheel: ${{ matrix.python_tag }}-macosx_${{ matrix.macos_arch }}"
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
matrix:
128128
os: [ubuntu-latest]
129-
python_tag: [cp36, cp37, cp38, cp39, cp310]
129+
python_tag: [cp36, cp37, cp38, cp39, cp310, cp311, cp312]
130130
arch: [aarch64, ppc64le, s390x, i686]
131131
include:
132132
- arch: aarch64

0 commit comments

Comments
 (0)