From abef05f81ebe3dab252b314dbcd22b2db6facd85 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 19 Nov 2025 00:13:33 +0100 Subject: [PATCH] Add free-threaded Python 3.14t to the testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3e26a2..0729b8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"] steps: - name: Set git to use LF on Windows if: runner.os == 'Windows'