Skip to content

Commit f9bf16d

Browse files
committed
Updates
1 parent 3dc8d30 commit f9bf16d

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
- os: windows-2022
2929
python: 312
3030
platform_id: win_amd64
31+
- os: windows-2022
32+
python: 313
33+
platform_id: win_amd64
34+
- os: windows-2022
35+
python: 314
36+
platform_id: win_amd64
3137

3238
# Linux 64-bit
3339
- os: ubuntu-latest
@@ -42,6 +48,12 @@ jobs:
4248
- os: ubuntu-latest
4349
python: 312
4450
platform_id: manylinux_x86_64
51+
- os: ubuntu-latest
52+
python: 313
53+
platform_id: manylinux_x86_64
54+
- os: ubuntu-latest
55+
python: 314
56+
platform_id: manylinux_x86_64
4557

4658
# Linux aarch64
4759
- os: ubuntu-latest
@@ -56,6 +68,12 @@ jobs:
5668
- os: ubuntu-latest
5769
python: 312
5870
platform_id: manylinux_aarch64
71+
- os: ubuntu-latest
72+
python: 313
73+
platform_id: manylinux_aarch64
74+
- os: ubuntu-latest
75+
python: 314
76+
platform_id: manylinux_aarch64
5977

6078
# macOS on Intel 64-bit
6179
- os: macos-latest
@@ -78,6 +96,16 @@ jobs:
7896
arch: x86_64
7997
platform_id: macosx_x86_64
8098
macosx_deployment_target: "10.9"
99+
- os: macos-latest
100+
python: 313
101+
arch: x86_64
102+
platform_id: macosx_x86_64
103+
macosx_deployment_target: "10.9"
104+
- os: macos-latest
105+
python: 314
106+
arch: x86_64
107+
platform_id: macosx_x86_64
108+
macosx_deployment_target: "10.9"
81109

82110
# macOS on Apple M1 64-bit
83111
- os: macos-latest
@@ -100,6 +128,16 @@ jobs:
100128
arch: arm64
101129
platform_id: macosx_arm64
102130
macosx_deployment_target: "11.0"
131+
- os: macos-latest
132+
python: 313
133+
arch: arm64
134+
platform_id: macosx_arm64
135+
macosx_deployment_target: "11.0"
136+
- os: macos-latest
137+
python: 314
138+
arch: arm64
139+
platform_id: macosx_arm64
140+
macosx_deployment_target: "11.0"
103141

104142
steps:
105143
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)