Skip to content

Commit

Permalink
Update minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
delivrance authored Oct 11, 2022
2 parents 287570d + 63ddfb2 commit 115cae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cryptographic algorithms Telegram requires, namely:

## Requirements

- Python 3.6 or higher.
- Python 3.7 or higher.

## Installation

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="TgCrypto",
version="1.2.3",
version="1.2.4",
description="Fast and Portable Cryptography Extension Library for Pyrogram",
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -40,7 +40,6 @@
"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",
Expand All @@ -63,7 +62,7 @@
"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,
Expand Down

0 comments on commit 115cae5

Please sign in to comment.