We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af0d28 commit 91b5a33Copy full SHA for 91b5a33
build.py
@@ -25,7 +25,7 @@ def parse_python_version_requirement():
25
return major, minor
26
else:
27
# Default fallback
28
- return 3, 11
+ return 3, 12
29
30
31
def get_compatible_python_versions(min_major, min_minor):
0 commit comments