Skip to content

Commit 60b0019

Browse files
committed
Add Python 3.14
1 parent 3348760 commit 60b0019

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'']
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: 3.13",
34+
"Programming Language :: Python :: 3.14",
3435
"Topic :: Internet",
3536
"Topic :: Internet :: WWW/HTTP",
3637
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extend-ignore=E203,RST303
1010
isolated_build = True
1111
envlist =
1212
py39-min
13-
{py39,py310,py311,py312,py313}-pypi
13+
{py39,py310,py311,py312,py313,py314}-pypi
1414
pre-commit
1515

1616
[gh-actions]
@@ -20,6 +20,7 @@ python =
2020
3.11: py311-pypi
2121
3.12: py312-pypi,pre-commit
2222
3.13: py313-pypi
23+
3.14: py314-pypi
2324

2425
[testenv]
2526
setenv=PYTHONPATH = {toxinidir}:{toxinidir}

0 commit comments

Comments
 (0)