From 894e0a196d791a84fff15251e7745d274a847ea1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 15 Jan 2020 11:43:25 +0200 Subject: [PATCH] setup.py: Change Python requirements The `unicodedata.is_normalized()` function requires Python 3.8. See: https://docs.python.org/3/library/unicodedata.html --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 98c2286..b8fd990 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +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", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent",