From e73e189131f82949249ba59c343bda88547f5424 Mon Sep 17 00:00:00 2001 From: KV Date: Thu, 16 Jan 2025 19:31:48 +0100 Subject: [PATCH] Update setup.py with all tested python versions (#442) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 8ef73a6..0056f9f 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,8 @@ setup( "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", "Topic :: Utilities", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", ],