From 3a8fd6d731e327921e39e4ade391f977e600bf58 Mon Sep 17 00:00:00 2001 From: Scott Giminiani Date: Thu, 28 Mar 2024 23:30:46 -0700 Subject: [PATCH] Devs should use Python 3.12 when setting up their env (#2127) Support for Python 3.11 has been dropped for the upcoming 2024.4 release. --- 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 432c7c3d..039d9998 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.11. +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.12. ### Developing on Linux