Skip to content

Commit 44fd6f8

Browse files
committed
build: include 3.12 when building wheels
1 parent c6c88f2 commit 44fd6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# # https://github.com/actions/python-versions/blob/main/versions-manifest.json
8080
# # Include prereleases if they are at rc stage.
8181
# # PyPy versions are handled further below in the "pypy" step.
82-
# pys = ["cp37", "cp38", "cp39", "cp310", "cp311"]
82+
# pys = ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]
8383
#
8484
# # Some OS/arch combinations need overrides for the Python versions:
8585
# os_arch_pys = {

0 commit comments

Comments
 (0)