ci: config-check py3.14 — HA 2026.8.3 requires-python >=3.14.2
ci / lint (push) Successful in 1m1s
ci / config-check (push) Failing after 24s

This commit is contained in:
2026-09-06 06:57:05 -05:00
parent d18e467484
commit efe314f34e
+4 -4
View File
@@ -30,14 +30,14 @@ jobs:
# Real load validation: boots Home Assistant against the repo config and # Real load validation: boots Home Assistant against the repo config and
# proves HA can parse + set up every integration (yamllint only proves the # proves HA can parse + set up every integration (yamllint only proves the
# YAML parses; this catches unknown keys, bad Jinja, schema drift). # YAML parses; this catches unknown keys, bad Jinja, schema drift).
# Pinned to the HA version the box runs; HA 2026.8 needs python 3.13 and a # Pinned to the HA version the box runs. HA 2026.8 requires python
# glibc debian base (the runner mounts a glibc node for checkout — alpine # >=3.14.2 (pip refuses older), and the base must be glibc debian — the
# cannot exec it, first CI run proved that in 12 seconds). # runner mounts a glibc node for checkout, alpine cannot exec it.
# Stub secrets are CI-only fixtures — never present on the live box. # Stub secrets are CI-only fixtures — never present on the live box.
config-check: config-check:
runs-on: ultix runs-on: ultix
container: container:
image: python:3.13-bookworm image: python:3.14-bookworm
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: install homeassistant 2026.8.3 - name: install homeassistant 2026.8.3