From 50d570cd3e85d72566bebaf4011eaae4336ccd02 Mon Sep 17 00:00:00 2001 From: huangyuxin Date: Wed, 8 Dec 2021 12:01:28 +0000 Subject: [PATCH] remove the py3.6 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c1ae00ce..2913129c 100644 --- a/setup.py +++ b/setup.py @@ -226,7 +226,6 @@ setup_info = dict( 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',