From 441897e9501d2b5676617c05bf116f6c7b1d7ff2 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 26 Jan 2026 15:26:56 +0100 Subject: [PATCH] GHA: Test with Python3.14 Reverts 1e20a12a7b920893e9349a46c6d5e393724c9001. --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index a73ab191..94098ab5 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: platform: [windows-latest, macos-latest, ubuntu-latest] - python-version: ["3.11", "3.13"] + python-version: ["3.11", "3.14"] runs-on: ${{ matrix.platform }} steps: