Skip to content

Commit 992b149

Browse files
authored
Add python_requires setuptools check for python > 3.6 (#1656)
1 parent 2017786 commit 992b149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
url="https://github.com/redis/redis-py",
2222
author="Redis Inc.",
2323
author_email="[email protected]",
24+
python_requires=">=3.6",
2425
classifiers=[
2526
"Development Status :: 5 - Production/Stable",
2627
"Environment :: Console",

0 commit comments

Comments
 (0)