diff options
author | Matthew Treinish <mtreinish@kortar.org> | 2021-06-15 13:25:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 13:25:43 -0400 |
commit | d6fe76547e3bc8f93846d06c472aea7f9bc66e96 (patch) | |
tree | 04e0558b6fb355024ae1c1dcd82777763f3f1914 /setup.py | |
parent | 04cd3c5664e136d63835dfee5104e84fbd7511cc (diff) | |
download | subunit-git-d6fe76547e3bc8f93846d06c472aea7f9bc66e96.tar.gz |
Update setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.*", ) |