From c3352fd90806c11dba64403e2191f6bac0943690 Mon Sep 17 00:00:00 2001 From: David Zaslavsky Date: Sun, 4 Aug 2024 03:34:20 -0700 Subject: [PATCH] Add Python 3.13 trove classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d3b0d31..f934cef 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ def run(self): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Testing", ], )