From fabcfed9294490f2d4b5cfb9f11c5344fd6ab4a9 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Wed, 27 May 2026 12:52:01 +0800 Subject: prepare for Python 3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 5de1513..567cb7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ where = ["src"] [tool.tox] requires = ["tox>=4.19"] -env_list = ["lint", "type", "3.14", "3.13", "3.12", "3.11", "3.10"] +env_list = ["lint", "type", "3.14", "3.13", "3.12", "3.11", "3.10", "3.15"] [tool.tox.env_run_base] description = "run tests under {base_python}" -- cgit v1.2.3