From 1038cef9a00db5cfc2c5bf04dea17ef07c0d7f1a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 14 Jan 2018 18:01:38 -0500 Subject: I guess prevent installation on Python 4? --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d158dfc..77bc903c 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ setup_args = dict( classifiers=classifier_list, url="https://bitbucket.org/ned/coveragepy", - python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*", + python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4", ) # A replacement for the build_ext command which raises a single exception -- cgit v1.2.1