From 8eab34d1408e2934c7c59018da6a28003186eaa3 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 28 May 2024 22:25:30 -0700 Subject: [PATCH] setup.py: adding python 3.12 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bb9442ae1..0a28cfedb 100644 --- a/setup.py +++ b/setup.py @@ -172,6 +172,7 @@ def build_extensions(self): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Cython", "Topic :: Office/Business :: Financial", "Topic :: Scientific/Engineering :: Mathematics",