Skip to content

Commit

Permalink
Add the python_requires version specifier (#1328)
Browse files Browse the repository at this point in the history
(Specifying Python 3.7 as the minimum requirement.)
  • Loading branch information
vytas7 authored Jan 17, 2022
1 parent 27f7647 commit 6885e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def get_packages(package):
author="Tom Christie",
author_email="[email protected]",
packages=get_packages("uvicorn"),
python_requires=">=3.7",
install_requires=minimal_requirements,
extras_require={"standard": extra_requirements},
include_package_data=True,
Expand Down

0 comments on commit 6885e9c

Please sign in to comment.