]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Bump Python requirements 0.1.1
authorTom Christie <tom@tomchristie.com>
Mon, 25 Jun 2018 13:58:51 +0000 (14:58 +0100)
committerTom Christie <tom@tomchristie.com>
Mon, 25 Jun 2018 13:58:51 +0000 (14:58 +0100)
README.md
setup.py
starlette/__init__.py

index d9dac13ad77cf61dd09b33b0ff8332120248ca3f..30d30ecf4c6a5ed7be117abf01607b1e6d458a60 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
index 3e093297f62cb8fb40b1d84ab0ac717e78c270d7..3777b4ec9864b1785ca064312b4a54d7c73edd41 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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',
     ],
 )
index e1b928775740b61506fa23e4e3cbb32ec3ea6576..fb99ee91c3e7f0e1a95f10cd92425aa46de315c6 100644 (file)
@@ -13,4 +13,4 @@ __all__ = (
     "Request",
     "TestClient",
 )
-__version__ = "0.1.0"
+__version__ = "0.1.1"