Skip to content

Commit bd65673

Browse files
committed
Update minimum requirements
1 parent 287570d commit bd65673

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cryptographic algorithms Telegram requires, namely:
1212

1313
## Requirements
1414

15-
- Python 3.6 or higher.
15+
- Python 3.7 or higher.
1616

1717
## Installation
1818

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"Programming Language :: C",
4141
"Programming Language :: Python",
4242
"Programming Language :: Python :: 3",
43-
"Programming Language :: Python :: 3.6",
4443
"Programming Language :: Python :: 3.7",
4544
"Programming Language :: Python :: 3.8",
4645
"Programming Language :: Python :: 3.9",
@@ -63,7 +62,7 @@
6362
"Source": "https://github.com/pyrogram/tgcrypto",
6463
"Documentation": "https://docs.pyrogram.org",
6564
},
66-
python_requires="~=3.6",
65+
python_requires="~=3.7",
6766
packages=find_packages(),
6867
test_suite="tests",
6968
zip_safe=False,

0 commit comments

Comments
 (0)