From ade1c041a29cc0319464721465e86c7be1159522 Mon Sep 17 00:00:00 2001 From: jomae Date: Sun, 9 Jun 2024 07:01:54 +0000 Subject: [PATCH] 1.6.1dev: add Python 3.12 to classifiers [skip ci] git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.6-stable@17818 af82e41b-90c4-0310-8c96-b1721e28e2e2 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 49d0d4f21c..7ff04ddfdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,6 +26,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Software Development :: Bug Tracking Topic :: Software Development :: Version Control