Skip to content

Commit eb173bc

Browse files
authored
Add 3.14t support to CI (#7419)
1 parent d60f477 commit eb173bc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-dev", "pypy-3.11"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15-dev", "pypy-3.11"]
1717
os: [ubuntu-22.04, macOS-latest, windows-latest]
1818
# Pypy-3.11 can't install openssl-sys with rust
1919
# which prevents us from testing in GHA.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ classifiers = [
4040
"Programming Language :: Python :: 3 :: Only",
4141
"Programming Language :: Python :: Implementation :: CPython",
4242
"Programming Language :: Python :: Implementation :: PyPy",
43+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
4344
"Topic :: Internet :: WWW/HTTP",
4445
"Topic :: Software Development :: Libraries"
4546
]

0 commit comments

Comments
 (0)