From 0035f7b9709fccc5face1021946e061359c69d5c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 1 Mar 2023 11:12:29 +0100 Subject: [PATCH] 2023.3: Finalize Python 3.11 section --- source/_posts/2023-03-01-release-20233.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_posts/2023-03-01-release-20233.markdown b/source/_posts/2023-03-01-release-20233.markdown index 27330aec1f8..208f9ad742a 100644 --- a/source/_posts/2023-03-01-release-20233.markdown +++ b/source/_posts/2023-03-01-release-20233.markdown @@ -258,12 +258,12 @@ add support light colors! Support for Python 3.11 is here! 🐍 This change is only interesting if you manually run Home Assistant -directly in Python (aka the Home Assistant Core installation method). If that +directly in Python (the Home Assistant Core installation method). If that is the case, you can now start using Home Assistant using Python 3.11, which should dramatically improve performance over previous Python versions. -We are working on upgrading to Python 3.11 for our Home Assistant OS, -Supervised, and Container installation methods as well so we can provide +We are also working on upgrading to Python 3.11 for our Home Assistant OS, +Supervised, and Container installation methods so we can provide the same performance improvements. We'll keep you posted. ## Other noteworthy changes