mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Warn when using Python 3.7 (#41400)
This commit is contained in:
parent
8d5c124deb
commit
8d94dff75c
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user