summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 90bed3dc..9d158dfc 100644
--- a/setup.py
+++ b/setup.py
@@ -106,6 +106,8 @@ setup_args = dict(
license='Apache 2.0',
classifiers=classifier_list,
url="https://bitbucket.org/ned/coveragepy",
+
+ python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*",
)
# A replacement for the build_ext command which raises a single exception