mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
Add Python 3.12 support (#9852)
* add py312 support
* sed -i "s/\( *'Pro.*3\.1\)1\(',\)/\11\2\n\12\2/" */setup.py
* update pytest.ini comment
* upgrade macos version
* fixup changelog
This commit is contained in:
@@ -56,10 +56,10 @@ commands =
|
||||
commands =
|
||||
{[testenv:py-win]commands} certbot-apache
|
||||
|
||||
[testenv:py3{,8,9,10,11}]
|
||||
[testenv:py3{,8,9,10,11,12}]
|
||||
commands = {[testenv:py]commands}
|
||||
|
||||
[testenv:py3.{8,9,10,11}]
|
||||
[testenv:py3.{8,9,10,11,12}]
|
||||
commands = {[testenv:py]commands}
|
||||
|
||||
[testenv:oldest]
|
||||
|
||||
Reference in New Issue
Block a user