Add python 3.12 to test matrix

This commit is contained in:
Lioman 2023-10-03 16:59:57 +02:00
commit de0fae8182
3 changed files with 12 additions and 10 deletions

View file

@ -77,6 +77,8 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',