Skip to content

Commit 5043f36

Browse files
authored
Remove free-threaded tests and trove classifier (#52)
* Remove free-threaded trove classifier Signed-off-by: Christian Clauss <cclauss@me.com> * Do not test free-threaded Python Signed-off-by: Christian Clauss <cclauss@me.com> --------- Signed-off-by: Christian Clauss <cclauss@me.com>
1 parent 4104da6 commit 5043f36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
max-parallel: 15
2727
matrix:
28-
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']
28+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
2929
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
3030
fail-fast: false
3131
env:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def get_libraries():
108108
"Programming Language :: Python :: 3.12",
109109
"Programming Language :: Python :: 3.13",
110110
"Programming Language :: Python :: 3.14",
111-
"Programming Language :: Python :: Free Threading",
112111
"Programming Language :: Python :: Implementation :: CPython",
113112
"Topic :: Software Development",
114113
],

0 commit comments

Comments
 (0)