From f3d0d5ef07ff8c7a85a49aa83472c1afa66ce736 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 26 Jan 2021 15:21:56 +0200 Subject: [PATCH] setup.py: Remove Python 3.6 I actually removed Python 3.6 support a few weeks ago after updating to Pandas 1.2.0, but forgot to update this. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f158cf1..42dcb30 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://github.com/alanorth/csv-metadata-quality", classifiers=[ - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",