Add python version restriction (#387)

This commit is contained in:
Eugene Molotov 2019-02-13 17:24:58 +05:00 committed by Tom Christie
parent 639bfe459b
commit 69a0e80292
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ def get_packages(package):
setup(
name='starlette',
python_requires='>=3.6',
version=get_version('starlette'),
url='https://github.com/encode/starlette',
license='BSD',