Bump Python requirements

This commit is contained in:
Tom Christie 2018-06-25 14:58:51 +01:00
parent eef545df41
commit b60f72ab33
3 changed files with 6 additions and 2 deletions

View File

@ -23,6 +23,10 @@ Starlette is a small library for working with ASGI.
It gives you `Request` and `Response` classes, a test client, and a
decorator for writing super-minimal applications.
**Requirements:**
Python 3.6+
**Installation:**
```shell

View File

@ -54,7 +54,7 @@ setup(
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

View File

@ -13,4 +13,4 @@ __all__ = (
"Request",
"TestClient",
)
__version__ = "0.1.0"
__version__ = "0.1.1"