From b4c43b16b6fc5e36eed2e6edbb65778dc338781c Mon Sep 17 00:00:00 2001 From: Laura Liberda Date: Thu, 3 Dec 2020 08:03:24 +0100 Subject: [PATCH] fix requires_python? --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e15283..684ec3a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ DESCRIPTION = 'LibreFi logs into public Wi-Fis without user interaction. Just ac URL = 'https://git.sakamoto.pl/laudom/librefi' EMAIL = 'librefi@selfisekai.rocks' AUTHOR = 'Lauren Liberda' -REQUIRES_PYTHON = '~=2.7, >=3.5' +REQUIRES_PYTHON = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4' REQUIRED = [ 'requests',