From bd65673202dfb1afbcdab3404ebee129113caa79 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 11 Oct 2022 10:57:44 +0200 Subject: [PATCH] Update minimum requirements --- README.md | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4b8d35..8174b29 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ cryptographic algorithms Telegram requires, namely: ## Requirements -- Python 3.6 or higher. +- Python 3.7 or higher. ## Installation diff --git a/setup.py b/setup.py index bcdb5a7..f13d5cf 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,6 @@ setup( "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", @@ -63,7 +62,7 @@ setup( "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,