1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-09 12:20:30 +01:00

update python to 3.10

This commit is contained in:
Tomasz Duda 2024-04-23 20:10:59 +02:00
parent ef2ac9a680
commit 9a425f003b

View File

@ -18,7 +18,7 @@ permissions:
contents: read
env:
DEFAULT_PYTHON: "3.9"
DEFAULT_PYTHON: "3.10"
PYUPGRADE_TARGET: "--py39-plus"
CLANG_FORMAT_VERSION: "13.0.1"