mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Hello Python 3.5 (#12610)
* Hello Python 3.5 * Fix test * Fix tests * Fix never awaited block till done warnings
This commit is contained in:
@@ -5,8 +5,7 @@ MINOR_VERSION = 65
|
||||
PATCH_VERSION = '0.dev0'
|
||||
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
|
||||
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
|
||||
REQUIRED_PYTHON_VER = (3, 4, 2)
|
||||
REQUIRED_PYTHON_VER_WIN = (3, 5, 2)
|
||||
REQUIRED_PYTHON_VER = (3, 5, 3)
|
||||
|
||||
# Format for platforms
|
||||
PLATFORM_FORMAT = '{}.{}'
|
||||
|
||||
Reference in New Issue
Block a user