mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user