From 000d35203832a46beae191ec62db2e19ef2ecec4 Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti <97395760+athiruma@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:16:51 +0530 Subject: [PATCH] Remove unsupported python version (#846) --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9043ab10..2e9e0f9a 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,6 @@ classifiers=[ 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',