From 7dc99d794df869581147ca8e76a69bb9b82e6d12 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 4 Dec 2023 16:03:58 +0100 Subject: [PATCH] Explicitly list Python 3.12 as supported. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index bea0544..060cca1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Intended Audience :: Developers Intended Audience :: System Administrators Topic :: Software Development :: Testing