From ff2c986eec325a91ec5a397cc5f5b14ba1425d95 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Feb 2023 11:47:40 +0300 Subject: [PATCH] setup.py: minimum python 3.9 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5b6a837..24e9e6e 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.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",