summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index a7c3c684..ebfa6524 100755
--- a/main.py
+++ b/main.py
@@ -83,7 +83,7 @@ if not is_python3():
83# 83#
84# python-3.6 is in Ubuntu Bionic. 84# python-3.6 is in Ubuntu Bionic.
85MIN_PYTHON_VERSION_SOFT = (3, 6) 85MIN_PYTHON_VERSION_SOFT = (3, 6)
86MIN_PYTHON_VERSION_HARD = (3, 4) 86MIN_PYTHON_VERSION_HARD = (3, 5)
87 87
88if sys.version_info.major < 3: 88if sys.version_info.major < 3:
89 print('repo: error: Python 2 is no longer supported; ' 89 print('repo: error: Python 2 is no longer supported; '