summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2021-06-15 13:25:43 -0400
committerGitHub <noreply@github.com>2021-06-15 13:25:43 -0400
commitd6fe76547e3bc8f93846d06c472aea7f9bc66e96 (patch)
tree04e0558b6fb355024ae1c1dcd82777763f3f1914
parent04cd3c5664e136d63835dfee5104e84fbd7511cc (diff)
downloadsubunit-git-d6fe76547e3bc8f93846d06c472aea7f9bc66e96.tar.gz
Update setup.py
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1f9ee67..f734098 100755
--- a/setup.py
+++ b/setup.py
@@ -84,6 +84,6 @@ setup(
'docs': ['docutils'],
'test': ['fixtures', 'testscenarios'],
'test:python_version!="3.2"': ['hypothesis'],
- }
+ },
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
)