summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-01-14 18:01:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-01-14 18:01:38 -0500
commit1038cef9a00db5cfc2c5bf04dea17ef07c0d7f1a (patch)
tree51f3355869e9740b23579b9b562fb7aac2c58dd6
parent694c4901d0a496523caac70d392b8cdc300f1a02 (diff)
downloadpython-coveragepy-git-1038cef9a00db5cfc2c5bf04dea17ef07c0d7f1a.tar.gz
I guess prevent installation on Python 4?
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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