From 31b17ed7dd881cdc332993f92e78c3c4c416e39d Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Thu, 5 Oct 2023 18:41:00 +0200 Subject: [PATCH] Add missing support label for Python 3.12 --- setup_sdist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_sdist.py b/setup_sdist.py index 08de7c43..18571a37 100644 --- a/setup_sdist.py +++ b/setup_sdist.py @@ -53,6 +53,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Software Development :: Libraries :: Application Frameworks' ] }