Skip to content

Commit 115cae5

Browse files
authored
Update minimum requirements
2 parents 287570d + 63ddfb2 commit 115cae5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="TgCrypto",
26-
version="1.2.3",
26+
version="1.2.4",
2727
description="Fast and Portable Cryptography Extension Library for Pyrogram",
2828
long_description=readme,
2929
long_description_content_type="text/markdown",
@@ -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)