From 670524b20ce689283c5179dc4b6981954639ffde Mon Sep 17 00:00:00 2001 From: pveigadecamargo Date: Sat, 16 Dec 2023 11:07:59 +1000 Subject: [PATCH] updates setup classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 362a06f82..6a49672c3 100644 --- a/setup.py +++ b/setup.py @@ -92,11 +92,11 @@ license="See license.txt", classifiers=[ "Programming Language :: Python", - "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", ], cmdclass={"build_ext": build_ext}, ext_modules=[ext_mod_aon, ext_mod_ipf, ext_mod_put],