Skip to content

Commit 44fd6f8

Browse files
committedMay 28, 2023
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

+1-1
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)
Please sign in to comment.