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

View File

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