From 08204a9cdae6a609026d7d3df7e22fbd0eacc4b3 Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti Date: Tue, 24 Sep 2024 17:14:11 +0530 Subject: [PATCH] Remove unsupported python version --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 111064af..de41b854 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',