From 85daad96ec4832e47678066ff07f6d6cc69697d0 Mon Sep 17 00:00:00 2001 From: wuhongsheng <664116298@qq.com> Date: Tue, 13 Aug 2024 16:15:28 +0800 Subject: [PATCH] Update python support version (#2290) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cfa15e76ae..32a69c600c 100644 --- a/setup.py +++ b/setup.py @@ -157,6 +157,7 @@ def gen_packages_items(): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Intended Audience :: Developers', 'Intended Audience :: Education', 'Intended Audience :: Science/Research',