From e41c5c97e9ae6cbe6c1691d65e461c39545ab2b9 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Thu, 9 Oct 2025 23:27:20 +0200 Subject: [PATCH] use python 3.14 in github action --- .github/workflows/python-app.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index fd26c65..c3f9603 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up Python 3.13 + - name: Set up Python 3.14 uses: actions/setup-python@v6 with: python-version: "3.14" diff --git a/CHANGELOG.md b/CHANGELOG.md index d093b1d..73a69de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- use python 3.14 in github action - Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 - Update dependency pytest-asyncio to v1.1.0 - save task references, to avoid a task disappearing mid-execution