From e99709df59bc02d3dcaaceabc38488694ff72a2b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 Oct 2021 20:00:42 -0700 Subject: setup.py: require python 3.7 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 88783ed..ac72e02 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="grobid_tei_xml", version=__version__, + python_requires=">=3.7", author="Bryan Newbold", author_email="bnewbold@archive.org", description="parser and transforms for GROBID-flavor TEI-XML", -- cgit v1.2.3