Skip to content

Commit 6b07b2b

Browse files
committed
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
1 parent 79e0a93 commit 6b07b2b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010

1111
env:
1212
BUILD_TYPE: core
13-
DEFAULT_PYTHON: "3.14.2"
13+
DEFAULT_PYTHON: "3.14.3"
1414
PIP_TIMEOUT: 60
1515
UV_HTTP_TIMEOUT: 60
1616
UV_SYSTEM_PYTHON: "true"
1717
# Base image version from https://github.com/home-assistant/docker
18-
BASE_IMAGE_VERSION: "2026.01.0"
18+
BASE_IMAGE_VERSION: "2026.02.0"
1919
ARCHITECTURES: '["amd64", "aarch64"]'
2020

2121
jobs:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ env:
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
4343
HA_SHORT_VERSION: "2026.3"
44-
DEFAULT_PYTHON: "3.14.2"
45-
ALL_PYTHON_VERSIONS: "['3.14.2']"
44+
DEFAULT_PYTHON: "3.14.3"
45+
ALL_PYTHON_VERSIONS: "['3.14.3']"
4646
# 10.3 is the oldest supported version
4747
# - 10.3.32 is the version currently shipped with Synology (as of 17 Feb 2022)
4848
# 10.6 is the current long-term-support

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "**strings.json"
1111

1212
env:
13-
DEFAULT_PYTHON: "3.14.2"
13+
DEFAULT_PYTHON: "3.14.3"
1414

1515
jobs:
1616
upload:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- "script/gen_requirements_all.py"
1818

1919
env:
20-
DEFAULT_PYTHON: "3.14.2"
20+
DEFAULT_PYTHON: "3.14.3"
2121

2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.ref_name}}

0 commit comments

Comments
 (0)