From 72f18914600368c85b2de136bb055225aafc81eb Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 23 Oct 2020 16:52:53 +0200 Subject: [PATCH] Set minimum requirement to Python 3.6 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbd2ffe..368fc8f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ More info: https://docs.pyrogram.org/topics/tgcrypto ## Requirements -- Python 3.4 or higher. +- Python 3.6 or higher. ## Installation diff --git a/setup.py b/setup.py index c9843fe..51ee1fa 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ setup( "Source": "https://github.com/pyrogram/tgcrypto", "Documentation": "https://docs.pyrogram.org", }, - python_requires="~=3.4", + python_requires="~=3.6", packages=find_packages(), test_suite="tests", zip_safe=False,