From 228d20278a5ee6b75d441e485cbd7dae671ce7b3 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:03:02 +0200 Subject: [PATCH] Test Python 3.14 during CI --- .github/workflows/linux_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_tests.yml b/.github/workflows/linux_tests.yml index 3aca96eef..fad13dd67 100644 --- a/.github/workflows/linux_tests.yml +++ b/.github/workflows/linux_tests.yml @@ -84,7 +84,7 @@ jobs: max-parallel: 5 matrix: os: [ubuntu-24.04] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] needs: [create_test_data_ttls] steps: - uses: actions/checkout@v4