Skip to content

Commit b6988d7

Browse files
committed
Build: Provide Py3.12+ abi3 wheels instead of Py3.11 since 3.12 allows vectorcalls and 3.11 thus isn't sufficiently better than 3.9.
1 parent bb769a7 commit b6988d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- 'macos-latest'
172172
lapiversion:
173173
- "3.9"
174-
- "3.11"
174+
- "3.12"
175175

176176
exclude:
177177
# Py3.9-abi3 on Windows lacks "PyThread" API.

0 commit comments

Comments
 (0)