From 5f6da0aaee7d97680da70182c91f4021afb06e73 Mon Sep 17 00:00:00 2001 From: konsti Date: Wed, 1 Apr 2026 22:29:47 +0200 Subject: [PATCH] Use Python 3.14 for CI cache check (#18796) By updating to a newer Python version, we get a newer homeassistant version. This change also pins the mac job to the same Python version as the Linux job. --- .github/workflows/test-integration.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 49ca51d2d..375b16f1b 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -1072,7 +1072,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: "3.12" + python-version: "3.14" - name: "Download binary" uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 @@ -1097,6 +1097,10 @@ jobs: with: persist-credentials: false + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + with: + python-version: "3.14" + - name: "Download binary" uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: