Skip to content

Commit fe31dc9

Browse files
authored
Stop building wheels for 3.12 (#136811)
1 parent 646e0d4 commit fe31dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: false
133133
matrix:
134-
abi: ["cp312", "cp313"]
134+
abi: ["cp313"]
135135
arch: ${{ fromJson(needs.init.outputs.architectures) }}
136136
steps:
137137
- name: Checkout the repository
@@ -180,7 +180,7 @@ jobs:
180180
strategy:
181181
fail-fast: false
182182
matrix:
183-
abi: ["cp312", "cp313"]
183+
abi: ["cp313"]
184184
arch: ${{ fromJson(needs.init.outputs.architectures) }}
185185
steps:
186186
- name: Checkout the repository

0 commit comments

Comments
 (0)