Skip to content

Commit 98969bc

Browse files
committed
GitHub Actions: Add Python 3.14, 3.14t PyPy3.11 to the testing
1 parent ac70eaa commit 98969bc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,21 @@ jobs:
2121
- "3.11"
2222
- "3.12"
2323
- "3.13"
24-
- "pypy-3.9"
24+
- "3.14"
25+
- "3.14t"
2526
- "pypy-3.10"
27+
- "pypy-3.11"
2628
urllib3-requirement:
2729
- "urllib3>=2"
2830
- "urllib3<2"
2931

3032
exclude:
3133
- python-version: "3.9"
3234
urllib3-requirement: "urllib3>=2"
33-
- python-version: "pypy-3.9"
34-
urllib3-requirement: "urllib3>=2"
3535
- python-version: "pypy-3.10"
3636
urllib3-requirement: "urllib3>=2"
37+
- python-version: "pypy-3.11"
38+
urllib3-requirement: "urllib3>=2"
3739

3840
steps:
3941
- uses: actions/checkout@v5

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ def find_version(*file_paths):
9494
"Programming Language :: Python :: 3.11",
9595
"Programming Language :: Python :: 3.12",
9696
"Programming Language :: Python :: 3.13",
97+
"Programming Language :: Python :: 3.14",
98+
"Programming Language :: Python :: Free Threading",
9799
"Programming Language :: Python :: 3 :: Only",
98100
"Programming Language :: Python :: Implementation :: CPython",
99101
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)