chore: mark compatibility with python 3.12

This commit is contained in:
Régis Behmo 2023-10-03 08:23:48 +02:00
parent cb2e99507a
commit 8aa7c2162e

View File

@ -53,5 +53,6 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
)