Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions esphome/__main__.py
Original file line number Diff line number Diff line change
@@ -972,13 +972,6 @@ def run_esphome(argv):
args.command == "dashboard",
)

if sys.version_info < (3, 8, 0):
_LOGGER.error(
"You're running ESPHome with Python <3.8. ESPHome is no longer compatible "
"with this Python version. Please reinstall ESPHome with Python 3.8+"
)
return 1

if args.command in PRE_CONFIG_ACTIONS:
try:
return PRE_CONFIG_ACTIONS[args.command](args)

0 comments on commit acaec41

Please sign in to comment.