chore: mark compatibility with python 3.12

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

View File

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