Skip to content

Commit 7777cbd

Browse files
Bump recommended Python version
1 parent a2bed35 commit 7777cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_python_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# EOL table @ https://www.python.org/downloads/
55
MINIMUM_VERSION = (3, 7, 0)
6-
PREFERRED_MINIMUM_VERSION = (3, 10, 0)
6+
PREFERRED_MINIMUM_VERSION = (3, 11, 0)
77

88

99
def check():

0 commit comments

Comments
 (0)