From 719820c1a09aaaa2327d0fb49080813495e4e920 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Mon, 12 Oct 2020 13:07:56 +0100 Subject: [PATCH] Updating to reflect Python 3.7 deprecation (#15175) Updating to reflect Python 3.7 deprecation --- 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 b378aeecb48..8ba3c999d4b 100644 --- a/source/_docs/installation.markdown +++ b/source/_docs/installation.markdown @@ -61,9 +61,9 @@ If you use these install methods, we assume that you know how to manage and admi **Method**|**You have**|**Recommended for** :-----|:-----|:----- -[Home Assistant Core](/docs/installation/raspberry-pi/)|Any Linux, Python 3.7.1 or later|Those familiar with their operating system +[Home Assistant Core](/docs/installation/raspberry-pi/)|Any Linux, Python 3.8 or later|Those familiar with their operating system [Home Assistant Supervised](https://github.com/home-assistant/supervised-installer) | [Requirements](https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md#supported-operating-system-system-dependencies-and-versions) | Those very familiar with their operating system -[venv
(as your user)](/docs/installation/virtualenv/)|Any Python 3.7.1 or later|**Developers** +[venv
(as your user)](/docs/installation/virtualenv/)|Any Python 3.8 or later|**Developers** ## Community provided guides