From 08fa63eba8c595f3a7822ccbc11acc4c2fdf89a0 Mon Sep 17 00:00:00 2001 From: Stephan Jaensch Date: Fri, 9 Oct 2020 17:14:54 +0200 Subject: [PATCH] Use python_requires to indicate minimum Python version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06db781..8df2cc7 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ url="https://github.com/sjaensch/bravado-asyncio", packages=["bravado_asyncio"], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Stable", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", "License :: OSI Approved :: BSD License", @@ -30,6 +30,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", ], + python_requires=">=3.6", install_requires=["aiohttp>=3.3", "bravado>=11.0.0", "yelp-bytes"], extras_require={ # as recommended by aiohttp, see http://aiohttp.readthedocs.io/en/stable/#library-installation