From 3c083bf7e10179f6c4f10790ac2076200d53f392 Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Sun, 11 Jun 2023 21:38:39 +0200 Subject: [PATCH] chore: Advertise support for Python 3.12 (#284) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index fdaffce..473fa74 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Development Status :: 5 - Production/Stable author = Anton Agestam author_email = git@antonagestam.se