aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-09-21 07:37:04 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-09-21 07:37:04 +0200
commit1671be043f703bc77f4138d2bec3cd242cfa71ca (patch)
treeaa44db754db4158539ad561dddeb5c05dfaada9c /README.rst
parentChanged official repository of Newspipe. (diff)
parentUpdated README. (diff)
downloadnewspipe-1671be043f703bc77f4138d2bec3cd242cfa71ca.tar.gz
newspipe-1671be043f703bc77f4138d2bec3cd242cfa71ca.tar.bz2
newspipe-1671be043f703bc77f4138d2bec3cd242cfa71ca.zip
Merge branch 'master' of github.com:newspipe/newspipe
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 315e415f..f2191d6c 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