From f62d4c97bc4b004504509719d9e6a801d1688822 Mon Sep 17 00:00:00 2001 From: Nicusor Date: Wed, 27 Oct 2021 10:31:45 +0300 Subject: [PATCH] fix: add python_requires setuptools check --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9555f7bda6..9788d2ed96 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ url="https://github.com/redis/redis-py", author="Redis Inc.", author_email="oss@redis.com", + python_requires=">=3.6", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console",