Warn when using Python 3.7 (#41400)

This commit is contained in:
Paulus Schoutsen 2020-10-07 16:44:13 +02:00 committed by Franck Nijhof
parent f4991794d4
commit d2077acc92
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -7,7 +7,7 @@ __version__ = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER = (3, 7, 1)
# Truthy date string triggers showing related deprecation warning messages.
REQUIRED_NEXT_PYTHON_VER = (3, 8, 0)
REQUIRED_NEXT_PYTHON_DATE = ""
REQUIRED_NEXT_PYTHON_DATE = "December 7, 2020"
# Format for platform files
PLATFORM_FORMAT = "{platform}.{domain}"