summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-05-27 12:52:01 +0800
committerZhineng Li <im@zhineng.li>2026-05-27 12:52:01 +0800
commitfabcfed9294490f2d4b5cfb9f11c5344fd6ab4a9 (patch)
treebf96afd4c12507a9d16dce638cdb091db77db215 /pyproject.toml
parent949a4b750c9f960befb5fd9e5f2743497939a6cf (diff)
downloadcertbot-dns-alibabacloud-fabcfed9294490f2d4b5cfb9f11c5344fd6ab4a9.tar.gz
certbot-dns-alibabacloud-fabcfed9294490f2d4b5cfb9f11c5344fd6ab4a9.zip
prepare for Python 3.15
Diffstat (limited to 'pyproject.toml')
-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}"