From 9bafbd339e66177b14de71904a2c0e426ea0c711 Mon Sep 17 00:00:00 2001 From: Jack McIvor Date: Tue, 7 Nov 2023 17:55:18 +0000 Subject: [PATCH] Add trove classifier for 3.12 (#10599) (cherry picked from commit 8a583ad7bf65d5d9bf05568279723bc516de3ae3) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 2fa7b765db..6ba325e8f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,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 Topic :: Database :: Front-Ends -- 2.47.3