From 50f5816e1634a412dc5e48b1e8488ca6057e5897 Mon Sep 17 00:00:00 2001 From: Bjorn Madsen Date: Fri, 1 Dec 2023 11:26:57 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 06ed6d98..f301e3c5 100644 --- a/setup.py +++ b/setup.py @@ -116,5 +116,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ], )