Change version

This commit is contained in:
Unknown 2020-06-23 11:06:11 -04:00
parent 74bf0f123f
commit 96ca542c11

View File

@ -14,7 +14,7 @@ here = os.getcwd()
# the minimum Python requirement in the metadata.
if sys.version_info < (3, 6):
error = """
translater 1.1+ does not support Python 2.x, 3.0, 3.1, 3.2, or 3.3.
translater 1.0+ does not support Python 2.x, 3.0, 3.1, 3.2, or 3.3.
Python 3.6 and above is required. This may be due to an out of date pip.
Make sure you have pip >= 9.0.1.
"""