We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287570d commit bd65673Copy full SHA for bd65673
2 files changed
README.md
@@ -12,7 +12,7 @@ cryptographic algorithms Telegram requires, namely:
12
13
## Requirements
14
15
-- Python 3.6 or higher.
+- Python 3.7 or higher.
16
17
## Installation
18
setup.py
@@ -40,7 +40,6 @@
40
"Programming Language :: C",
41
"Programming Language :: Python",
42
"Programming Language :: Python :: 3",
43
- "Programming Language :: Python :: 3.6",
44
"Programming Language :: Python :: 3.7",
45
"Programming Language :: Python :: 3.8",
46
"Programming Language :: Python :: 3.9",
@@ -63,7 +62,7 @@
63
62
"Source": "https://github.com/pyrogram/tgcrypto",
64
"Documentation": "https://docs.pyrogram.org",
65
},
66
- python_requires="~=3.6",
+ python_requires="~=3.7",
67
packages=find_packages(),
68
test_suite="tests",
69
zip_safe=False,
0 commit comments