Skip to content

Commit 91b5a33

Browse files
committed
V4.0.7
1 parent 3af0d28 commit 91b5a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def parse_python_version_requirement():
2525
return major, minor
2626
else:
2727
# Default fallback
28-
return 3, 11
28+
return 3, 12
2929

3030

3131
def get_compatible_python_versions(min_major, min_minor):

0 commit comments

Comments
 (0)