From 03089ba4dbcf41875a35788a0d432f8097f871f0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 6 Nov 2025 14:26:02 +0100 Subject: [PATCH 1/2] Remove free-threaded trove classifier Signed-off-by: Christian Clauss --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 72f8c09..f9e41eb 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,6 @@ def get_libraries(): "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", - "Programming Language :: Python :: Free Threading", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development", ], From 0f1f427fcc12e8826c0169d65cfc51655d2185a6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 8 Nov 2025 19:42:13 +0100 Subject: [PATCH 2/2] Do not test free-threaded Python Signed-off-by: Christian Clauss --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e0d0cdf..efe3e51 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -25,7 +25,7 @@ jobs: strategy: max-parallel: 15 matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11'] os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] fail-fast: false env: