mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Drop Python 3.6 support (#29978)
This commit is contained in:
committed by
Paulus Schoutsen
parent
bfafa77016
commit
445fd15f76
@@ -4,10 +4,10 @@ MINOR_VERSION = 104
|
||||
PATCH_VERSION = "0.dev0"
|
||||
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
|
||||
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)
|
||||
REQUIRED_PYTHON_VER = (3, 6, 1)
|
||||
REQUIRED_PYTHON_VER = (3, 7, 0)
|
||||
# Truthy date string triggers showing related deprecation warning messages.
|
||||
REQUIRED_NEXT_PYTHON_VER = (3, 7, 0)
|
||||
REQUIRED_NEXT_PYTHON_DATE = "December 15, 2019"
|
||||
REQUIRED_NEXT_PYTHON_VER = (3, 8, 0)
|
||||
REQUIRED_NEXT_PYTHON_DATE = ""
|
||||
|
||||
# Format for platform files
|
||||
PLATFORM_FORMAT = "{platform}.{domain}"
|
||||
|
||||
Reference in New Issue
Block a user