mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +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:
@@ -41,6 +41,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
'Programming Language :: Python :: 3.13',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Security',
|
||||
'Topic :: System :: Installation/Setup',
|
||||
|
||||
Reference in New Issue
Block a user