From bb65a26565bd9d347de57dbe1b132a9c399a6118 Mon Sep 17 00:00:00 2001 From: pmav99 Date: Sat, 12 Mar 2022 18:59:21 +0200 Subject: [PATCH] setup.py: Remove Trove Classifier for Python 3.6 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7e9211f2..f934a7f8 100644 --- a/setup.py +++ b/setup.py @@ -183,7 +183,6 @@ def run(self): classifiers = [ "License :: OSI Approved :: BSD License", "Development Status :: 5 - Production/Stable", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",