Skip to content

Commit 8816486

Browse files
authored
Add Python 3.12 (#406)
Add python 3.12 to matrix
1 parent 6e44d89 commit 8816486

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
arm: manylinux2014
7171
intel: manylinux2014
7272
matrix: '3.11'
73+
- major-dot-minor: '3.12'
74+
cibw-build: 'cp312-*'
75+
manylinux:
76+
arm: manylinux2014
77+
intel: manylinux2014
78+
matrix: '3.12'
7379
arch:
7480
- name: ARM
7581
matrix: arm

0 commit comments

Comments
 (0)