Set minimum requirement to Python 3.6

This commit is contained in:
Dan 2020-10-23 16:52:53 +02:00
parent 921c665680
commit 72f1891460
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ More info: https://docs.pyrogram.org/topics/tgcrypto
## Requirements
- Python 3.4 or higher.
- Python 3.6 or higher.
## Installation

View File

@ -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,