From 0b6dea911879c24b756123fde4daa991e850fc39 Mon Sep 17 00:00:00 2001 From: Hitesh Kumar Saini Date: Fri, 7 Aug 2020 15:41:40 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20v1.2.8=20Added=20Python=202=20su?= =?UTF-8?q?pport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2162108..193bb0b 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires='>=3.6', + python_requires='>=2.3,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*', )