From 0e0131be34bb3a80c0cbc5cfe655c98dd838bfba Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 7 Nov 2023 18:59:44 +0100 Subject: [PATCH] Add trove classifier for 3.11 and 3.12 Change-Id: I3c662799a73c73cabfc2cc8e6bdd797ff4dec690 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 79a4a439..e3e67ea9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,8 @@ classifiers = Programming Language :: Python :: 3.8 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