aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-08-07 00:33:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-08-07 00:33:03 +0200
commita7694b11b6784104b54753c0ed14c62caf09f0c0 (patch)
tree01abbd11d6bb66a6d5d191043171ec03d5158d5a /README.rst
parentasync is now a reserved word (diff)
downloadnewspipe-a7694b11b6784104b54753c0ed14c62caf09f0c0.tar.gz
newspipe-a7694b11b6784104b54753c0ed14c62caf09f0c0.tar.bz2
newspipe-a7694b11b6784104b54753c0ed14c62caf09f0c0.zip
Updated README.
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 792c7ca1..34f0c49a 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ The core technologies are `Flask <http://flask.pocoo.org>`_,
`SQLAlchemy <http://www.sqlalchemy.org>`_
and `React <https://facebook.github.io/react/>`_.
-Python >= 3.6.6 is recommended.
+Python >= 3.7.0 is required.
Documentation
bgstack15