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},