From c00fcb70f6763aa582de8d3db5e9705d0e572238 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Mon, 8 Aug 2022 22:31:42 +0300 Subject: [PATCH] Rmove unsupported Python versions from Classifiers list in setup.py --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 8646e6cb..5c3a5a00 100644 --- a/setup.py +++ b/setup.py @@ -48,9 +48,6 @@ setup( "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", - "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",