From dec2ed9bb9267a979f8cd92caa0d2d3e66a4f6c1 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 2d3b60aa..5e0c5dd4 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', + ] # To save resources, only verify other variants particularly. include: From e0009ef9eb784526d872cb85d1a2a3b55046576a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 10 Feb 2026 21:22:46 +0100 Subject: [PATCH 2/2] CI: Validate on Python 3.15-dev --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e0c5dd4..6f33e90e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,7 @@ jobs: '3.12', '3.13', '3.14', + '3.15-dev', ] # To save resources, only verify other variants particularly.