Skip to content

Commit 1f8cd2e

Browse files
committed
build wheels for python 3.12
1 parent 0ee7eef commit 1f8cd2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/wheels.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
python: 311
7070
platform_id: manylinux_x86_64
7171
manylinux_image: manylinux2014
72+
- os: ubuntu-latest
73+
python: 312
74+
platform_id: manylinux_x86_64
75+
manylinux_image: manylinux2014
7276

7377
- os: macos-latest
7478
python: 38
@@ -82,6 +86,9 @@ jobs:
8286
- os: macos-latest
8387
python: 311
8488
platform_id: macosx_x86_64
89+
- os: macos-latest
90+
python: 312
91+
platform_id: macosx_x86_64
8592

8693
- os: macos-latest
8794
python: 38
@@ -95,6 +102,9 @@ jobs:
95102
- os: macos-latest
96103
python: 311
97104
platform_id: macosx_arm64
105+
- os: macos-latest
106+
python: 312
107+
platform_id: macosx_arm64
98108

99109
- os: windows-latest
100110
python: 38
@@ -108,6 +118,10 @@ jobs:
108118
- os: windows-latest
109119
python: 311
110120
platform_id: win_amd64
121+
- os: windows-latest
122+
python: 312
123+
platform_id: win_amd64
124+
111125
steps:
112126
- name: Checkout
113127
uses: actions/checkout@v4

0 commit comments

Comments
 (0)