diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index c3c0c12..55e13d5 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -25,7 +25,7 @@ jobs: strategy: max-parallel: 15 matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11'] os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] fail-fast: false env: diff --git a/setup.py b/setup.py index c202461..26f8688 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,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", ],