From a12dd59e4939552e33b1330e6bed440aa60bc353 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Apr 2025 11:24:48 -0400 Subject: [PATCH] fix: Add trove classifier for Python 3.13 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 284574afd2..42a0e68e0c 100644 --- a/setup.py +++ b/setup.py @@ -82,6 +82,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License",