1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-08 04:02:10 +03:00

Claim Python 3.11 support and add tests (#9471)

* set up 3.11 tests

* fixup warnings

* sed -i "s/\( *'Pro.*3\.1\)0\(',\)/\10\2\n\11\2/" */setup.py

* update changelog
This commit is contained in:
Brad Warren
2022-11-17 12:55:27 -08:00
committed by GitHub
parent ad708a0299
commit 1c5e56d9c7
25 changed files with 40 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',
'Topic :: System :: Installation/Setup',