mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-21 23:18:02 +00:00
Update minimum requirements
This commit is contained in:
parent
287570d6ea
commit
bd65673202
@ -12,7 +12,7 @@ cryptographic algorithms Telegram requires, namely:
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Python 3.6 or higher.
|
- Python 3.7 or higher.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
3
setup.py
3
setup.py
@ -40,7 +40,6 @@ setup(
|
|||||||
"Programming Language :: C",
|
"Programming Language :: C",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.6",
|
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
@ -63,7 +62,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.6",
|
python_requires="~=3.7",
|
||||||
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