mirror of
https://github.com/esphome/esphome.git
synced 2026-05-24 01:37:15 +08:00
Bump python min to 3.9 (#3871)
This commit is contained in:
+1
-1
@@ -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