mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
update minimal python version to 3.10 (#8850)
This commit is contained in:
@@ -137,7 +137,7 @@ def main():
|
||||
print()
|
||||
print("Running pyupgrade...")
|
||||
print()
|
||||
PYUPGRADE_TARGET = "--py39-plus"
|
||||
PYUPGRADE_TARGET = "--py310-plus"
|
||||
for files in filesets:
|
||||
cmd = ["pyupgrade", PYUPGRADE_TARGET] + files
|
||||
log = get_err(*cmd)
|
||||
|
Reference in New Issue
Block a user