From bffa9b2aaa435d8bdc69e29b90418782ae2971e4 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 3 Oct 2025 12:51:53 +0200 Subject: [PATCH] pyproject: test and support on 3.14 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e93229..8c6ee24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: System :: Networking", ] @@ -55,7 +56,7 @@ python_version = 3.9 ### tox configuration ### [tool.tox] -env_list = ["py313", "py312", "py311", "py310", "py39", "pypy3"] +env_list = ["py314", "py313", "py312", "py311", "py310", "py39", "pypy3"] [tool.tox.env_run_base] description = "Run test suite on {base_python}"