From 6b07b2b8bc511ea7c842aed3286bfa40cdae2e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Thu, 5 Feb 2026 08:20:03 +0100 Subject: [PATCH] Bump base image to 2026.02.0 with Python 3.14.3, use 3.14.3 in CI This also bumps libcec used in the base image to 7.1.1, full changelog: * https://github.com/home-assistant/docker/releases/tag/2026.02.0 Python changelog: * https://docs.python.org/release/3.14.3/whatsnew/changelog.html --- .github/workflows/builder.yml | 4 ++-- .github/workflows/ci.yaml | 4 ++-- .github/workflows/translations.yml | 2 +- .github/workflows/wheels.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index c1e9287ea75..4ddf26a281d 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -10,12 +10,12 @@ on: env: BUILD_TYPE: core - DEFAULT_PYTHON: "3.14.2" + DEFAULT_PYTHON: "3.14.3" PIP_TIMEOUT: 60 UV_HTTP_TIMEOUT: 60 UV_SYSTEM_PYTHON: "true" # Base image version from https://github.com/home-assistant/docker - BASE_IMAGE_VERSION: "2026.01.0" + BASE_IMAGE_VERSION: "2026.02.0" ARCHITECTURES: '["amd64", "aarch64"]' jobs: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ad1f1d9067..844c60cfa34 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,8 +41,8 @@ env: UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2026.3" - DEFAULT_PYTHON: "3.14.2" - ALL_PYTHON_VERSIONS: "['3.14.2']" + DEFAULT_PYTHON: "3.14.3" + ALL_PYTHON_VERSIONS: "['3.14.3']" # 10.3 is the oldest supported version # - 10.3.32 is the version currently shipped with Synology (as of 17 Feb 2022) # 10.6 is the current long-term-support diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 4f92473a39e..7d092e4dd7b 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -10,7 +10,7 @@ on: - "**strings.json" env: - DEFAULT_PYTHON: "3.14.2" + DEFAULT_PYTHON: "3.14.3" jobs: upload: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a7e85354437..58e2fd351fd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,7 +17,7 @@ on: - "script/gen_requirements_all.py" env: - DEFAULT_PYTHON: "3.14.2" + DEFAULT_PYTHON: "3.14.3" concurrency: group: ${{ github.workflow }}-${{ github.ref_name}}