1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Use Python 3.14 as default one (#161426)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Robert Resch
2026-01-28 23:48:27 +01:00
committed by GitHub
parent 7368b9ca1d
commit c875b75272
24 changed files with 42 additions and 48 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ WORKDIR /config
_HASSFEST_TEMPLATE = r"""# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
FROM python:3.13-alpine
FROM python:3.14-alpine
ENV \
UV_SYSTEM_PYTHON=true \
+1 -1
View File
@@ -1,7 +1,7 @@
# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
FROM python:3.13-alpine
FROM python:3.14-alpine
ENV \
UV_SYSTEM_PYTHON=true \