From ad0134daf7dad84b2075f5173c9d6988c4751d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 2 Dec 2023 17:57:24 +0100 Subject: [PATCH] add Python 3.12 to classifiers list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c91549a0..ee66f5f5 100644 --- a/setup.py +++ b/setup.py @@ -135,6 +135,7 @@ def build_setuptools(): "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", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP",