From 00c4faae3ff3de49aa24bd502ecaea2037e99161 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sat, 22 Jan 2022 13:20:30 +0100 Subject: [PATCH] Update minimum Python version to 3.9 (#1191) --- 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 65af6986..0a2c3863 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -47,7 +47,7 @@ When a task is currently running (like `Preview` for the docs), it can be restar _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.8 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.9 or later. ### Developing on Linux