From c5a62cdf95a052bac37da5e5046358af5d1c91ee Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 14 Oct 2025 06:19:05 +0200 Subject: [PATCH 1/2] 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 049880d..c478602 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-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"] include: - os: macos-latest python-version: "3.x" From 284e74ca8e17b5422ba429c931de5b56f434d097 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 14 Oct 2025 06:21:07 +0200 Subject: [PATCH 2/2] tox.ini: Add Python 3.14 and 3.14t to test environments --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 5c1648b..01cb7b2 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,8 @@ envlist = py311, py312, py313, + py314, + py314t, mypy [testenv]