From cbbec6878767f070d2bd8fa4b2c71973c31a6e64 Mon Sep 17 00:00:00 2001 From: Tom Donoghue Date: Wed, 27 Nov 2024 21:10:03 -0500 Subject: [PATCH] list py3.13 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fdf54cec..4d854707 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ], platforms = 'any', project_urls = {