From 207e786ce1d31a251520be7b71aff4eea4000fd3 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 3 Aug 2023 16:24:16 +0200 Subject: [PATCH] Update recommended python version to 3.11 (#1866) --- docs/development_environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index 4987b9d6..1e485a84 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -63,7 +63,7 @@ It is also possible to debug a remote Home Assistance instance (e.g., production _You only need these instructions if you do not want to use devcontainers._ -It is also possible to set up a more traditional development environment. See the section for your operating system. Make sure your Python version is 3.10. +It is also possible to set up a more traditional development environment. See the section for your operating system. Make sure your Python version is 3.11. ### Developing on Linux