Update minimum requirements

This commit is contained in:
Dan 2022-10-11 10:57:44 +02:00
parent 287570d6ea
commit bd65673202
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ cryptographic algorithms Telegram requires, namely:
## Requirements
- Python 3.6 or higher.
- Python 3.7 or higher.
## Installation

View File

@ -40,7 +40,6 @@ setup(
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
@ -63,7 +62,7 @@ setup(
"Source": "https://github.com/pyrogram/tgcrypto",
"Documentation": "https://docs.pyrogram.org",
},
python_requires="~=3.6",
python_requires="~=3.7",
packages=find_packages(),
test_suite="tests",
zip_safe=False,