Skip to content

Commit 8e84bff

Browse files
authored
Merge pull request #2015 from roland-ruedenauer/add-python-3.14-support
Add python 3.14 support
2 parents 3b77354 + b558b18 commit 8e84bff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
- os: windows-latest
4444
python-version: '3.11'
4545
- os: ubuntu-22.04
46-
python-version: '3.10'
47-
- os: ubuntu-latest
4846
python-version: '3.12'
4947
- os: ubuntu-latest
5048
python-version: '3.13'
49+
- os: ubuntu-latest
50+
python-version: '3.14'
5151

5252
runs-on: ${{ matrix.os }}
5353
timeout-minutes: 60

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
3030
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3132
"Topic :: Internet :: WWW/HTTP :: WSGI",
3233
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
3334
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
@@ -162,7 +163,7 @@ skips = ["B101", "B105", "B106", "B307", "B311", "B403", "B608"]
162163

163164
[tool.tox]
164165
requires = ["tox>=4.21"]
165-
envlist = ["3.10", "3.11", "3.12", "3.13", "ruff"]
166+
envlist = ["3.10", "3.11", "3.12", "3.13", "3.14", "ruff"]
166167

167168
[tool.tox.env_run_base]
168169
description = "Run tests under {base_python}"

0 commit comments

Comments
 (0)