From ed72891a1c853586f7cf5248f3af49a948be7f99 Mon Sep 17 00:00:00 2001 From: isra17 Date: Fri, 19 Aug 2022 14:04:10 -0400 Subject: [PATCH] Add more version constraints --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db281c8c07..c51f7fa021 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def get_file_text(file_name): license="BSD", install_requires=[ 'urllib3>=1.25.7; python_version<="3.4"', - 'urllib3>=1.26.9; python_version>="3.5"', + 'urllib3>=1.26.9; python_version=="3.5"', 'urllib3>=1.26.11; python_version >="3.6"', "certifi", ],