Skip to content

Commit

Permalink
Set minimum requirement to Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
delivrance committed Oct 23, 2020
1 parent 921c665 commit 72f1891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ More info: https://docs.pyrogram.org/topics/tgcrypto

## Requirements

- Python 3.4 or higher.
- Python 3.6 or higher.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Source": "https://github.com/pyrogram/tgcrypto",
"Documentation": "https://docs.pyrogram.org",
},
python_requires="~=3.4",
python_requires="~=3.6",
packages=find_packages(),
test_suite="tests",
zip_safe=False,
Expand Down

0 comments on commit 72f1891

Please sign in to comment.