From 1195ffc706c36b51fd6dcd7fb4c06032a56a37ea Mon Sep 17 00:00:00 2001 From: Omar Miraj Date: Wed, 20 Nov 2024 12:24:21 -0500 Subject: [PATCH] Add python 3.13 to the list of classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 210a89f..f4cf939 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ def get_shared_library_data_to_include(): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13" "License :: OSI Approved :: MIT License", ], cmdclass={"bdist_wheel": bdist_wheel},