From 98f235316b5d3162da9ef1255752b66aceab14a9 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Thu, 13 Jun 2019 08:21:18 +0100 Subject: [PATCH] Version bump for Python (#9618) Given the impending drop for Python 3.5, updating the guide to say 3.6 --- source/_docs/installation.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/installation.markdown b/source/_docs/installation.markdown index 3663edab5ec..a083d588242 100644 --- a/source/_docs/installation.markdown +++ b/source/_docs/installation.markdown @@ -59,8 +59,8 @@ If you use these install methods, we assume that you know how to manage and admi **Method**|**You have**|**Recommended for** :-----|:-----|:----- -[venv
(as another user)](/docs/installation/raspberry-pi/)|Any Linux, Python 3.5.3 or later|Those familiar with their operating system -[venv
(as your user)](/docs/installation/virtualenv/)|Any Python 3.5.3 or later|Developers +[venv
(as another user)](/docs/installation/raspberry-pi/)|Any Linux, Python 3.6 or later|Those familiar with their operating system +[venv
(as your user)](/docs/installation/virtualenv/)|Any Python 3.6 or later|Developers ## {% linkable_title Community provided guides %}