From 3c0fa03c3134a2d766ab050911bde81ebc9ecbae Mon Sep 17 00:00:00 2001 From: Vladimir Magamedov Date: Sun, 24 Dec 2023 19:50:32 +0200 Subject: [PATCH] Updated setup.cfg - added Python 3.12 to the classifiers list --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 535790c..fc59a3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 :: Only Topic :: Internet :: WWW/HTTP :: HTTP Servers Topic :: Software Development :: Libraries :: Python Modules