From 613cfb8df087bca5e9bcc5a2f3df8bbda1233094 Mon Sep 17 00:00:00 2001 From: Vishwa Kumaresh Date: Sat, 5 Mar 2022 06:04:53 +0530 Subject: [PATCH] fix: setup.py (#856) Changed requires_python to python_requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a381507a..afa3f673 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( url='https://github.com/aiogram/aiogram', license='MIT', author='Alex Root Junior', - requires_python='>=3.7', + python_requires='>=3.7', author_email='jroot.junior@gmail.com', description='Is a pretty simple and fully asynchronous framework for Telegram Bot API', long_description=get_description(),