From 11c35b88d28520f644a66f79b71dc9fbae0ee2c8 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:29:50 +0800 Subject: [PATCH] Remove py38 from setup.py (#533) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 14ccc88a..a7ec9aa5 100644 --- a/setup.py +++ b/setup.py @@ -276,7 +276,6 @@ def has_ext_modules(self): url="https://github.com/secretflow/spu", keywords=("spu mpc secretflow compiler vm ABY3 secure computation"), classifiers=[ - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",