From ffdf1eca7ba7302aac7668e000fdb9ac9736cb5d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 2 Sep 2022 16:34:16 +0300 Subject: [PATCH] setup.py: remove Python 3.7 support I had already set the minimum to Python 3.8 elsewhere, but forgot to do it here. I am not sure if Python 3.7 will still work here or not so let's just keep it in sync with the other docs. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4e760cf..89decce 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.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",