From ff95625edff77c0d93cac3e9bb30645f120f23a0 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Fri, 16 Jun 2023 17:50:08 +0800 Subject: [PATCH] Dropping Python 3.7 and adding Python 3.11 support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12b2933..9c71cf9 100644 --- a/setup.py +++ b/setup.py @@ -31,10 +31,10 @@ setuptools.setup( }, classifiers=[ "Programming Language :: Python :: 3 :: Only", - "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", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Development Status :: 4 - Beta",