add python 3.13 support (#10164)

fixes https://github.com/certbot/certbot/issues/10045. this is based on
the PR that did this for 3.12 at
https://github.com/certbot/certbot/pull/9852

this PR also removes python 3.8 from our tox config which should have
been done as part of https://github.com/certbot/certbot/pull/10077
This commit is contained in:
Brad Warren
2025-01-29 12:53:56 -08:00
committed by GitHub
parent 7661dbaf82
commit 392467609f
24 changed files with 32 additions and 6 deletions
+2 -2
View File
@@ -50,10 +50,10 @@ commands =
commands =
{[base]pytest} acme certbot certbot-dns-cloudflare certbot-dns-digitalocean certbot-dns-dnsimple certbot-dns-dnsmadeeasy certbot-dns-gehirn certbot-dns-google certbot-dns-linode certbot-dns-luadns certbot-dns-nsone certbot-dns-ovh certbot-dns-rfc2136 certbot-dns-route53 certbot-dns-sakuracloud certbot-nginx certbot-apache
[testenv:py3{,8,9,10,11,12}]
[testenv:py3{,9,10,11,12,13}]
commands = {[testenv:py]commands}
[testenv:py3.{8,9,10,11,12}]
[testenv:py3.{9,10,11,12,13}]
commands = {[testenv:py]commands}
[testenv:oldest]