From 01ecc40be2fe4632314a299719c3bee5ec982ba4 Mon Sep 17 00:00:00 2001 From: Richard Kellnberger Date: Wed, 15 Nov 2023 20:11:33 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ae03694..71bfca2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,11 +10,11 @@ classifiers = Intended Audience :: Developers Topic :: Software Development License :: OSI Approved :: MIT License - Programming Language :: Python :: 3.7 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 [options] python_requires = >= 3.8