Skip to content

Commit e3f0e30

Browse files
authored
Merge pull request #35 from cclauss/patch-1
Add Python 3.14, 3.14t, and PyPy-3.11 to the testing
2 parents 53dab3a + adddc31 commit e3f0e30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
28+
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']
2929
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
3030
fail-fast: false
3131
env:

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def get_libraries():
108108
"Programming Language :: Python :: 3.11",
109109
"Programming Language :: Python :: 3.12",
110110
"Programming Language :: Python :: 3.13",
111+
"Programming Language :: Python :: 3.14",
112+
"Programming Language :: Python :: Free Threading",
111113
"Programming Language :: Python :: Implementation :: CPython",
112114
"Topic :: Software Development",
113115
],

0 commit comments

Comments
 (0)