From db592701174c914db48f2b2a6bc3ae220bc89fd9 Mon Sep 17 00:00:00 2001 From: Haifeng Wu Date: Tue, 19 Dec 2023 17:42:11 +0800 Subject: [PATCH] update python version --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d336374..78e05a5 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,6 @@ def read_description(file_path='README.md'): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', - 'Programming Language :: Python :: 3.11', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Software Development',