diff options
author | Nicusor Picatureanu <33037485+Nicusor97@users.noreply.github.com> | 2021-10-27 15:10:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 15:10:31 +0300 |
commit | 992b149732a96ccfe049f84c1b556b8d14f12161 (patch) | |
tree | 276f2d66f773d9d36fff8c2fc5e2af99df877358 /setup.py | |
parent | 20177868a94e5ff190551d4cdf2e7acc7126733f (diff) | |
download | redis-py-992b149732a96ccfe049f84c1b556b8d14f12161.tar.gz |
Add python_requires setuptools check for python > 3.6 (#1656)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ setup( 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", |