From f95d86750f03d0bd56f6c8bb56e6bba5204050ca Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Wed, 29 Nov 2023 23:28:32 +0300 Subject: [PATCH] Declare Python 3.12 support Since there are already wheels for Python 3.12 on PyPI and tests on CI, I believe it's worth adding Python 3.12 to the classifiers. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c9b5dc6f..24efa499 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ "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 :: Software Development :: Libraries :: Python Modules",