Increase minimum supported Python version to 3.5

This commit is contained in:
Darko Poljak 2020-06-10 16:59:18 +02:00
commit eec7ab8e45
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ def commandline():
if __name__ == "__main__":
cdistpythonversion = '3.2'
cdistpythonversion = '3.5'
if sys.version < cdistpythonversion:
print('Python >= {} is required on the source host.'.format(
cdistpythonversion), file=sys.stderr)