Skip to content

Commit 18a7562

Browse files
authored
Add Requires-Python for 3.6 due to PEP 526 (#63)
* add Requires-Python for 3.6 due to PEP 526
1 parent 132159c commit 18a7562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
packages=find_packages(exclude=["tests*"]),
2525
include_package_data=True,
2626
install_requires=["aiohttp"],
27-
test_suite="tests"
27+
test_suite="tests",
28+
python_requires=">=3.6"
2829
)

0 commit comments

Comments
 (0)