aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-07 07:32:28 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-07 07:32:28 +0200
commit7d25d82b813aff67ca98729783d8d1956f3338c7 (patch)
treedf5d4b2ea2d3342e7c40935175f42cf89515550f /README.rst
parentVagrant installations now uses Python 3.6.1. (diff)
downloadnewspipe-7d25d82b813aff67ca98729783d8d1956f3338c7.tar.gz
newspipe-7d25d82b813aff67ca98729783d8d1956f3338c7.tar.bz2
newspipe-7d25d82b813aff67ca98729783d8d1956f3338c7.zip
Python >= 3.5
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 a345320b..5db05f6e 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ The core technologies are `Flask <http://flask.pocoo.org>`_,
`SQLAlchemy <http://www.sqlalchemy.org>`_
and `React <https://facebook.github.io/react/>`_.
-Python 3.5 is required.
+Python >= 3.5 is required.
Documentation
-------------
bgstack15