From 7e6716562f3b7818c19e06f5cd9c063c02cb7980 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 10 Mar 2019 14:30:10 -0400 Subject: One more 'drop 3.4' change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1