mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
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:
@@ -29,7 +29,7 @@ setup(
|
||||
author="Certbot Project",
|
||||
author_email='certbot-dev@eff.org',
|
||||
license='Apache License 2.0',
|
||||
python_requires='>=3.8',
|
||||
python_requires='>=3.9',
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Plugins',
|
||||
@@ -38,7 +38,6 @@ setup(
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
|
||||
Reference in New Issue
Block a user