From c9b5c76036a70d0912c00e4a8ef57ecded1b1e2c Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 11 Apr 2022 09:22:17 +1200 Subject: [PATCH] Add missing note about python 3.8 min version (#2008) --- changelog/2022.3.0.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog/2022.3.0.rst b/changelog/2022.3.0.rst index feee4c3ca..29094acbc 100644 --- a/changelog/2022.3.0.rst +++ b/changelog/2022.3.0.rst @@ -18,6 +18,10 @@ ESPHome 2022.3.0 - 16th March 2022 Honeywell ABP, components/sensor/honeywellabp, honeywellabp.jpg Mopeka Pro Check LP, components/sensor/mopeka_ble, mopeka_pro_check.jpg +Python 3.8 Minimum +------------------ + +This release sets the minimum Python version to 3.8. Please upgrade your local python if you are unable to update further. Webserver ---------