aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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",