From 88ce9a8ddb762a8b74cc004eafba7977b8d03e31 Mon Sep 17 00:00:00 2001 From: Morgan-Phoenix <73711602+Morgan-Phoenix@users.noreply.github.com> Date: Mon, 19 Jul 2021 17:34:35 +0530 Subject: [PATCH] Now Supports Version 3.6 and above --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a2fa59..f390aa6 100644 --- a/setup.py +++ b/setup.py @@ -19,5 +19,5 @@ ], packages=find_packages(), install_requires=['cryptography'], - python_requires=">=3.8", + python_requires=">=3.6", ) \ No newline at end of file