From ade2724ae5873ae9c77546e9cb30c3fe62e2e133 Mon Sep 17 00:00:00 2001 From: Ernst Klamer Date: Tue, 24 Jan 2023 19:30:13 +0100 Subject: [PATCH] Update python version in development docs (#1645) --- 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 3ccffff1..8d80245c 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -54,7 +54,7 @@ It is also possible to debug a remote Home Assistance instance (e.g., productive _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.9 or later. +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. ### Developing on Linux