From c2f8b6986b3a4dd4dfd80a45474b17f75b169b6e Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 3 Dec 2025 10:26:15 +0100 Subject: [PATCH] Pin Python point release used in CI (#157819) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e33f19948b..9f8c300f0b6 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.1" - DEFAULT_PYTHON: "3.13" - ALL_PYTHON_VERSIONS: "['3.13', '3.14']" + DEFAULT_PYTHON: "3.13.9" + ALL_PYTHON_VERSIONS: "['3.13.9', '3.14.0']" # 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