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
+1
View File
@@ -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',