From 189633aa268e9689def443e3bb9f93bf05e75410 Mon Sep 17 00:00:00 2001 From: Sep Dehpour Date: Mon, 16 Dec 2024 15:52:29 -0800 Subject: [PATCH] adding py 3.13 to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 73de236..9976f14 100755 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ def get_reqs(filename): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: PyPy", "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License"