summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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}"