From 2c51d119805f070e4f144ede5444a496c3964496 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 3 Jan 2024 17:15:32 +0100 Subject: [PATCH] - declare Python 3.12 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 43aa2a2..950e553 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ def read(*rnames): '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', 'Topic :: Internet :: WWW/HTTP :: WSGI', ],