From 30dbb4a0de0101cff358934fb2f10dfee3cad0bb Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Fri, 1 Nov 2019 07:56:11 +0000 Subject: [PATCH] Python 3.7 (#11067) Updated the Python versions to 3.7 --- 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 f91c3aa9a2b..717099a8f08 100644 --- a/source/_docs/installation.markdown +++ b/source/_docs/installation.markdown @@ -63,8 +63,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.6 or later|Those familiar with their operating system -[venv
(as your user)](/docs/installation/virtualenv/)|Any Python 3.6 or later|Developers +[venv
(as another user)](/docs/installation/raspberry-pi/)|Any Linux, Python 3.7 or later|Those familiar with their operating system +[venv
(as your user)](/docs/installation/virtualenv/)|Any Python 3.7 or later|Developers ## Community provided guides