From 363be35e61a07a570cbfc42067323317871cc3ca Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 5 Mar 2024 20:48:04 +0100 Subject: [PATCH] add Python 3.12 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 144e77c5..5c21fb93 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ setup( "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Office/Business :: Groupware"])