We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bed35 commit 7777cbdCopy full SHA for 7777cbd
check_python_version.py
@@ -3,7 +3,7 @@
3
4
# EOL table @ https://www.python.org/downloads/
5
MINIMUM_VERSION = (3, 7, 0)
6
-PREFERRED_MINIMUM_VERSION = (3, 10, 0)
+PREFERRED_MINIMUM_VERSION = (3, 11, 0)
7
8
9
def check():
0 commit comments