From 5f57b9f53bbd578263448a2d93f15a3bba89dcbe Mon Sep 17 00:00:00 2001 From: "Nicholas Nadeau, Ph.D., P.Eng" Date: Mon, 17 Aug 2020 13:40:34 -0400 Subject: [PATCH] Removed python_requires="<4" Python 4 doesn't exist, this requirement is redundant --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c837d72c..2c8ffd805 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ ), 'Issues': 'https://github.com/nedbat/coveragepy/issues', }, - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", + python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", ) # A replacement for the build_ext command which raises a single exception