From 8c35d818357712524f14d12120530eb6d234b371 Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Sat, 15 Jul 2023 16:04:46 +0100 Subject: [PATCH] Add Python 3.12 to trove classifiers --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 678dca7..2d9580b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,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 :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy License :: OSI Approved :: MIT License