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:
Brad Warren
2023-12-13 10:02:38 -08:00
committed by GitHub
parent 21e24264f4
commit 9d8eb6ccfd
26 changed files with 36 additions and 9 deletions
+2 -2
View File
@@ -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]