Update minimum Python version to 3.9 (#1191)

This commit is contained in:
Philip Allgaier 2022-01-22 13:20:30 +01:00 committed by GitHub
parent 07a935884d
commit 00c4faae3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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