1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 20:32:21 +01:00

Raise minimum python version to 3.7 (#1673)

This commit is contained in:
Otto Winter
2021-04-08 13:57:29 +02:00
committed by GitHub
parent 7964b724ed
commit d92c8ccadf
2 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ setup(
zip_safe=False,
platforms="any",
test_suite="tests",
python_requires=">=3.6,<4.0",
python_requires=">=3.7,<4.0",
install_requires=REQUIRES,
keywords=["home", "automation"],
entry_points={"console_scripts": ["esphome = esphome.__main__:main"]},