1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Change default python version to 3.12 for image builds (#107209)

This commit is contained in:
J. Nick Koston
2024-01-04 21:21:26 -10:00
committed by GitHub
parent 00ff93a69e
commit 8017661d31
+1 -1
View File
@@ -10,7 +10,7 @@ on:
env:
BUILD_TYPE: core
DEFAULT_PYTHON: "3.11"
DEFAULT_PYTHON: "3.12"
jobs:
init: