Skip to content

Commit b6ef126

Browse files
mikemahonyandrewgodwin
authored andcommitted
Add 'python_requires' check (#142)
Prevents unsupported Python versions installing the package
1 parent b87fe27 commit b6ef126

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
@@ -29,6 +29,7 @@
2929
zip_safe=False,
3030
packages=find_packages(exclude=["tests"]),
3131
include_package_data=True,
32+
python_requires=">=3.5.2",
3233
install_requires=[
3334
"aioredis~=1.0",
3435
"msgpack~=0.5.2",

0 commit comments

Comments
 (0)