Declare compatibility with Python 3.13

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
Povilas Kanapickas
2025-01-05 12:32:07 +02:00
parent e9f1029406
commit 483103ac3a
3 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@ setup(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",