remove python 3.8 support (#10077)

fixes https://github.com/certbot/certbot/issues/10035. you can compare
this to the PR that did this for python 3.7 at
https://github.com/certbot/certbot/pull/9792

i agree with erica's comment at
https://github.com/certbot/certbot/issues/10035#issuecomment-2452212686,
but felt this PR was already getting pretty large so i did that in a
second PR at https://github.com/certbot/certbot/pull/10076
This commit is contained in:
Brad Warren
2024-12-04 14:55:20 -08:00
committed by GitHub
parent bcbc3dd484
commit 087cb4d1f4
38 changed files with 329 additions and 398 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ commands = {[testenv:py]commands}
#
# This version should be kept in sync with the one declared in
# tools/pinning/oldest/pyproject.toml.
basepython = python3.8
basepython = python3.9
setenv = CERTBOT_OLDEST=1
commands = {[testenv:py]commands}