diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 14:30:10 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 14:30:14 -0400 |
commit | 7e6716562f3b7818c19e06f5cd9c063c02cb7980 (patch) | |
tree | 0fd97f4fa07233698b232e8841417573b0dc03b7 /setup.py | |
parent | b9438ee33cc847938acd06d81b798c5faeeb596c (diff) | |
download | python-coveragepy-git-7e6716562f3b7818c19e06f5cd9c063c02cb7980.tar.gz |
One more 'drop 3.4' change
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ setup_args = dict( ), 'Issues': 'https://github.com/nedbat/coveragepy/issues', }, - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", + python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", ) # A replacement for the build_ext command which raises a single exception |