Skip to content

Commit 5df10c3

Browse files
Supporting python 3.12
1 parent c4cca9f commit 5df10c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99

1010
env:
11-
PYBIN_SUPPORTED_VERSIONS: "cp3(7m|8|9|10|11)"
11+
PYBIN_SUPPORTED_VERSIONS: "cp3(7m|8|9|10|11|12)"
1212

1313
jobs:
1414
build_wheels:

0 commit comments

Comments
 (0)