summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-03-10 14:30:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-03-10 14:30:14 -0400
commit7e6716562f3b7818c19e06f5cd9c063c02cb7980 (patch)
tree0fd97f4fa07233698b232e8841417573b0dc03b7 /setup.py
parentb9438ee33cc847938acd06d81b798c5faeeb596c (diff)
downloadpython-coveragepy-git-7e6716562f3b7818c19e06f5cd9c063c02cb7980.tar.gz
One more 'drop 3.4' change
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7655c4e1..a964412c 100644
--- a/setup.py
+++ b/setup.py
@@ -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