Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2020-11-19 23:48:36 +0300
committerGitHub <noreply@github.com>2020-11-19 23:48:36 +0300
commit9a4e95e25a542a6a295e2a2800000970afed41e6 (patch)
tree165a56f4c9a7d037d5bb741b19c9c6fac0dc7911 /certbot-ci
parent9ca7f76505b10b2f395ddffc4ddc1cbc8afb516b (diff)
Add Python 3.9 support and tests (#8460)
Fixes https://github.com/certbot/certbot/issues/8134. * Test on Python 3.9. * Mention Python 3.9 support in changelog. * s/\( *'Pro.*3\.\)8\(',\)/\18\2\n\19\2/ * undo changes to tox.ini * Move more tests to Python 3.9 * Update PyYAML and packages which pinned it back * Upgrade typed-ast * Use <= to "pin" dnspython * Fix lint by telling pylint it cannot be trusted * Disable mypy on RFC plugin * add comment about <= support
Diffstat (limited to 'certbot-ci')
-rw-r--r--certbot-ci/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/certbot-ci/setup.py b/certbot-ci/setup.py
index 971db2b8e..ce29fe45d 100644
--- a/certbot-ci/setup.py
+++ b/certbot-ci/setup.py
@@ -52,6 +52,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',
],