diff options
| author | Zhineng Li <im@zhineng.li> | 2026-05-27 12:52:01 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-05-27 12:52:01 +0800 |
| commit | fabcfed9294490f2d4b5cfb9f11c5344fd6ab4a9 (patch) | |
| tree | bf96afd4c12507a9d16dce638cdb091db77db215 | |
| parent | 949a4b750c9f960befb5fd9e5f2743497939a6cf (diff) | |
| download | certbot-dns-alibabacloud-fabcfed9294490f2d4b5cfb9f11c5344fd6ab4a9.tar.gz certbot-dns-alibabacloud-fabcfed9294490f2d4b5cfb9f11c5344fd6ab4a9.zip | |
prepare for Python 3.15
| -rw-r--r-- | pyproject.toml | 2 |
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}" |
