From 3e294b612a3934940440c5c900694ec22a83d375 Mon Sep 17 00:00:00 2001 From: Andy Leap Date: Thu, 18 Jan 2024 10:18:51 -0500 Subject: [PATCH] update supported version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e2ccc2e..16b03e7f 100644 --- a/setup.py +++ b/setup.py @@ -47,10 +47,10 @@ 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', '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', ], packages=find_packages(exclude=['docs', 'tests']), extras_require={'test': TEST_REQUIREMENTS},