From 41db37eb26258653e4b9a19b762515d6aca8218e Mon Sep 17 00:00:00 2001
From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Date: Mon, 13 Aug 2018 22:38:01 +0200
Subject: Update the required Python version in the docs

---
 doc/source/install.rst    |  4 ++--
 doc/source/misc/pyenv.rst | 13 ++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)

(limited to 'doc')

diff --git a/doc/source/install.rst b/doc/source/install.rst
index ce5694eb..98cc0df5 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -3,7 +3,7 @@
 Installing poezio
 =================
 
-.. warning:: Python 3.4 or above is **required**.
+.. warning:: Python 3.5 or above is **required**.
              To install it on a distribution that doesn't provide it, see :ref:`pyenv <pyenv-install>`.
 
 poezio in the GNU/Linux distributions
@@ -61,7 +61,7 @@ support. Therefore, you might want to use the git version.
 General
 """""""
 
-Poezio is a python3.4 (and above)-only application, so you will first need that.
+Poezio is a python3.5 (and above)-only application, so you will first need that.
 
 Packages required for building poezio and deps:
 
diff --git a/doc/source/misc/pyenv.rst b/doc/source/misc/pyenv.rst
index e46f1bec..54958955 100644
--- a/doc/source/misc/pyenv.rst
+++ b/doc/source/misc/pyenv.rst
@@ -1,6 +1,6 @@
 .. _pyenv-install:
 
-Installing python 3.4 as a user
+Installing python 3.5 as a user
 -------------------------------
 
 Building your own python 3
@@ -22,14 +22,13 @@ distributions not providing the latest stable version, such as Debian or
 CentOS.
 
 You can follow the step-by-step `installation tutorial`_ on github that will
-help you install it to your home directory (on step 5, you should use 3.4.2
-which is the latest python 3.4 release at the time of writing this page); or
-you can use the `automated installer`_ and use ``pyenv install 3.4.2``
-thereafter.
+help you install it to your home directory (on step 5, you should use 3.7.0
+which is the latest python release at the time of writing this page); or you
+can use the `automated installer`_ and use ``pyenv install 3.7.0`` thereafter.
 
-Then you only need to add a ``.python-version`` file containing ``3.4.2`` in
+Then you only need to add a ``.python-version`` file containing ``3.7.0`` in
 your poezio directory to make the python version in that directory default to
-the python 3.4.2 installed with pyenv.
+the python 3.7.0 installed with pyenv.
 
 
 Other
-- 
cgit v1.2.3