From 997245429ebd3c704d08593e2f7591beea4bc056 Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:48:29 +0200 Subject: [PATCH] Revert "Update gihub action to python 3.14 (#496)" (#498) * revert to python 3.13 for github actions --- .github/workflows/python-app.yml | 4 ++-- CHANGELOG.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c3f9603..7b00786 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -37,10 +37,10 @@ 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.14 + - name: Set up Python 3.13 uses: actions/setup-python@v6 with: - python-version: "3.14" + python-version: "3.13" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/CHANGELOG.md b/CHANGELOG.md index 049ece8..d093b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] - Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 -- Update python to version 3.14.0 - Update dependency pytest-asyncio to v1.1.0 - save task references, to avoid a task disappearing mid-execution - catch socket.gaierror exception and log this with info level