mirror of
https://github.com/esphome/esphome.git
synced 2025-06-20 23:35:42 +01:00
Bump python min to 3.9 (#3871)
This commit is contained in:
@ -109,7 +109,7 @@ def main():
|
||||
print_error(file_, linno, msg)
|
||||
errors += 1
|
||||
|
||||
PYUPGRADE_TARGET = "--py38-plus"
|
||||
PYUPGRADE_TARGET = "--py39-plus"
|
||||
cmd = ["pyupgrade", PYUPGRADE_TARGET] + files
|
||||
print()
|
||||
print("Running pyupgrade...")
|
||||
|
Reference in New Issue
Block a user