summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2020-12-31 19:00:29 +0100
committerMarcel Hellkamp <marc@gsites.de>2020-12-31 19:09:59 +0100
commitf8fc2c122b562f07dcc90b37cc6e01cec2b4cc92 (patch)
tree4039e981b2033d3921b6e25d74070d4680b84c6b /README.rst
parentf796498aaaaf2bc110efd494d4036d48999b1a61 (diff)
downloadbottle-f8fc2c122b562f07dcc90b37cc6e01cec2b4cc92.tar.gz
Drop fapws3 and Python 3.5 support.
fapws3 is unmaintained for 3 years and breaks tests. Python 3.5 is end-of-life.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 42c6c19..38ad182 100644
--- a/README.rst
+++ b/README.rst
@@ -61,7 +61,7 @@ Download and Install
.. __: https://github.com/bottlepy/bottle/raw/master/bottle.py
-Install the latest stable release with ``pip install bottle`` or download `bottle.py`__ (unstable) into your project directory. There are no hard dependencies other than the Python standard library. Bottle runs with **Python 2.7 and 3.4+**.
+Install the latest stable release with ``pip install bottle`` or download `bottle.py`__ (unstable) into your project directory. There are no hard dependencies other than the Python standard library. Bottle runs with **Python 2.7 and 3.6+**.
License