From 3945fc118f2fbc3809a1d32e4782e54f445cb882 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 8 Oct 2024 11:42:28 +0200 Subject: [PATCH] Add 3.13 to setup.py (#3574) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0432533247..57e61b2969 100644 --- a/setup.py +++ b/setup.py @@ -99,6 +99,7 @@ def get_file_text(file_name): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Libraries :: Python Modules", ], options={"bdist_wheel": {"universal": "1"}},