Skip to content

Commit d4d5dcd

Browse files
committed
CI: Build on Python 3.12, drop 3.7 [build wheels]
1 parent 1e35124 commit d4d5dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- [ubuntu-20.04, musllinux_x86_64]
6262
- [macos-12, macosx_*]
6363
- [windows-2019, win_amd64]
64-
python: ["cp37", "cp38", "cp39", "cp310", "cp311"]
64+
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
6565
include:
6666
# Manylinux builds are cheap, do all in one
6767
- { buildplat: ["ubuntu-20.04", "manylinux_x86_64"], python: "*" }

0 commit comments

Comments
 (0)