diff options
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
85 | MIN_PYTHON_VERSION_SOFT = (3, 6) | 85 | MIN_PYTHON_VERSION_SOFT = (3, 6) |
86 | MIN_PYTHON_VERSION_HARD = (3, 4) | 86 | MIN_PYTHON_VERSION_HARD = (3, 5) |
87 | 87 | ||
88 | if sys.version_info.major < 3: | 88 | if 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; ' |