File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2323
2424setup (
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" ,
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" ,
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 ,
You can’t perform that action at this time.
0 commit comments