mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
[core] Drop Python 3.11 support (#17280)
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ def main():
|
||||
print()
|
||||
print("Running pyupgrade...")
|
||||
print()
|
||||
PYUPGRADE_TARGET = "--py311-plus"
|
||||
PYUPGRADE_TARGET = "--py312-plus"
|
||||
for files in filesets:
|
||||
cmd = ["pyupgrade", PYUPGRADE_TARGET] + files
|
||||
log = get_err(*cmd)
|
||||
|
||||
Reference in New Issue
Block a user