chore: mark compatibility with python 3.12

This commit is contained in:
Régis Behmo 2023-10-03 08:22:29 +02:00
parent 1c31d30e66
commit 44e912b239
1 changed files with 1 additions and 0 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",
],
test_suite="tests",
)