From 2cfc9d5a8ef0ebaee42b300005fc3b8509261cf3 Mon Sep 17 00:00:00 2001 From: "Nicholas Nadeau, Ph.D., P.Eng" Date: Mon, 17 Aug 2020 13:40:34 -0400 Subject: Removed python_requires="<4" Python 4 doesn't exist, this requirement is redundant --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d1bfe660..b948aa7c 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,7 @@ setup_args = dict( ), '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 -- cgit v1.2.1