From c060fbcfe8bb8497a93fe869e4b3f98781a3d701 Mon Sep 17 00:00:00 2001 From: Will Dean Date: Thu, 20 Mar 2025 18:17:46 +0100 Subject: [PATCH] add python 3.13 to the list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 15ee58cc..ee060747 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: Apache Software License", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering",