From 5d2c67c62b27b073ba0b09d1e7d0b8d57a388887 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 16 Nov 2017 14:54:28 -0800 Subject: [PATCH] Declare in yet another place that this shouldn't run on py2 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f52f54eb..89635128 100644 --- a/setup.py +++ b/setup.py @@ -217,6 +217,7 @@ setup( "Topic :: Text Processing :: Indexing", "Topic :: Text Processing :: Linguistic", ], + python_requires='>=3.5', setup_requires=[ 'setuptools_scm', # so that version will work 'cffi>=1.9.1' # to build the leptonica module