We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e35124 commit d4d5dcdCopy full SHA for d4d5dcd
.github/workflows/wheels.yml
@@ -61,7 +61,7 @@ jobs:
61
- [ubuntu-20.04, musllinux_x86_64]
62
- [macos-12, macosx_*]
63
- [windows-2019, win_amd64]
64
- python: ["cp37", "cp38", "cp39", "cp310", "cp311"]
+ python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
65
include:
66
# Manylinux builds are cheap, do all in one
67
- { buildplat: ["ubuntu-20.04", "manylinux_x86_64"], python: "*" }
0 commit comments