From b3e50e9becaef371aa9bdd4079e52c8f67139e78 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 8 Oct 2025 14:49:59 +0200 Subject: [PATCH] GitHub Actions: Add free threaded Python 3.14t Added Python 3.14t to the CI workflow for Windows, Ubuntu, and macOS. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69c1f10..ec5b2e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] steps: - name: Checkout uses: actions/checkout@v5 @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11'] + python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t', 'pypy-3.11'] check_formatting: ['0'] check_docs: ['0'] extra_name: [''] @@ -76,7 +76,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.10', '3.11', '3.12', '3.13', '3.14'] + python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] steps: - name: Checkout uses: actions/checkout@v5