Add support for Python 3.12

Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2023-09-08 20:47:22 +03:00
parent 65558c33dc
commit cd4bcea9c7
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ setup(
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development',
'Topic :: Utilities',
'License :: OSI Approved :: Apache Software License',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310,311}, ruff
envlist = py{37,38,39,310,311,312}, ruff
skipsdist=True
[testenv]