From 26311663e31e99975631996d2dac88783d7b109e Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 29 Mar 2024 07:37:21 +0100 Subject: [PATCH] Add classifier for python 3.12 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 753f44262..cc033f5ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: MacOS", "Operating System :: Unix", "Topic :: Office/Business :: Financial :: Investment",