Skip to content

Commit 6bb1936

Browse files
committed
pyproject: test and support on 3.14
1 parent 54f88fd commit 6bb1936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3.14",
3233
"Topic :: System :: Networking",
3334
]
3435

@@ -55,7 +56,7 @@ python_version = 3.9
5556

5657
### tox configuration ###
5758
[tool.tox]
58-
env_list = ["py313", "py312", "py311", "py310", "py39", "pypy3"]
59+
env_list = ["py313", "py312", "py311", "py314", "py310", "py39", "pypy3"]
5960

6061
[tool.tox.env_run_base]
6162
description = "Run test suite on {base_python}"

0 commit comments

Comments
 (0)