diff options
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -71,7 +71,7 @@ from subcmds import all_commands | |||
| 71 | # | 71 | # | 
| 72 | # python-3.6 is in Ubuntu Bionic. | 72 | # python-3.6 is in Ubuntu Bionic. | 
| 73 | MIN_PYTHON_VERSION_SOFT = (3, 6) | 73 | MIN_PYTHON_VERSION_SOFT = (3, 6) | 
| 74 | MIN_PYTHON_VERSION_HARD = (3, 5) | 74 | MIN_PYTHON_VERSION_HARD = (3, 6) | 
| 75 | 75 | ||
| 76 | if sys.version_info.major < 3: | 76 | if sys.version_info.major < 3: | 
| 77 | print('repo: error: Python 2 is no longer supported; ' | 77 | print('repo: error: Python 2 is no longer supported; ' | 
