Skip to content

Commit

Permalink
Merge pull request #47 from sjaensch/set-python-requires
Browse files Browse the repository at this point in the history
Use python_requires to indicate minimum Python version
  • Loading branch information
sjaensch committed Oct 9, 2020
2 parents 4d9f5f9 + 08fa63e commit f10bd0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -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",
Expand All @@ -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
Expand Down

0 comments on commit f10bd0f

Please sign in to comment.