diff --git a/setup.py b/setup.py index bb9cbff..3be0c6c 100644 --- a/setup.py +++ b/setup.py @@ -86,4 +86,7 @@ setup( 'distro>=1.0.0', 'jsonschema>=2.5.0', ], + + # At least python 3.4 is needed for asyncio: + python_requires='>=3.4', )