From bc0a312d7bebe115fe3a257272c2f15a57bd2c88 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 21 Jan 2026 11:53:36 +0100 Subject: [PATCH 1/2] Chore: Format CI/GHA recipe --- .github/workflows/tests.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05f76df7..272bd09c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,13 @@ jobs: fail-fast: false matrix: os: ["ubuntu-24.04"] - python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python-version: [ + '3.10', + '3.11', + '3.12', + '3.13', + '3.14', + ] # Save resources - only verify the most recent Python versions on macOS. include: From fb7bbeb08d8de008bb697fc7844cb73f32895d4d Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 21 Jan 2026 11:54:12 +0100 Subject: [PATCH 2/2] CI: Verify on Python 3.14t --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 272bd09c..79bd24bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,7 @@ jobs: '3.12', '3.13', '3.14', + '3.14t', ] # Save resources - only verify the most recent Python versions on macOS.