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 abca5ca commit 3dcbeccCopy full SHA for 3dcbecc
setup.py
@@ -30,8 +30,7 @@
30
31
# Python supported version checks. Keep right after stdlib imports to ensure we
32
# get a sensible error for older Python versions
33
-# This needs to be changed to 3.8 for 1.22 release, but 3.7 is needed for LGTM.
34
-if sys.version_info[:2] < (3, 7):
+if sys.version_info[:2] < (3, 8):
35
raise RuntimeError("Python version >= 3.8 required.")
36
37
0 commit comments