From cb95eefbe926ee0bfdcff244e110c01134d33d5a Mon Sep 17 00:00:00 2001 From: James Adams Date: Mon, 27 Jan 2020 21:58:57 -0500 Subject: [PATCH] limited support between 3.6 and 3.7 inclusive #119 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9ec156..c40409e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/monocongo/cvdata", - python_requires=">=3.6", + python_requires=">=3.6,<3.8", provides=[ "cvdata", ],