mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-21 23:18:02 +00:00
Set minimum requirement to Python 3.6
This commit is contained in:
parent
921c665680
commit
72f1891460
@ -23,7 +23,7 @@ More info: https://docs.pyrogram.org/topics/tgcrypto
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Python 3.4 or higher.
|
- Python 3.6 or higher.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -64,7 +64,7 @@ setup(
|
|||||||
"Source": "https://github.com/pyrogram/tgcrypto",
|
"Source": "https://github.com/pyrogram/tgcrypto",
|
||||||
"Documentation": "https://docs.pyrogram.org",
|
"Documentation": "https://docs.pyrogram.org",
|
||||||
},
|
},
|
||||||
python_requires="~=3.4",
|
python_requires="~=3.6",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
test_suite="tests",
|
test_suite="tests",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user