From 51c324bc6d7c08dd6f93e2f5c8ac2d805dff79dd Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Thu, 28 Sep 2023 14:14:54 +0200 Subject: [PATCH] Fix Python version requirement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b98bf..1c1df5b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See below for a tutorial how to start your local setup. ## Prepare your environment -First, install Python 3.10 (or later). +First, install Python 3.9 (or later). Additionally, you need to [install `poetry >= 1.2.0`](https://python-poetry.org/docs/#installation), either globally, or within an environment of your choice. As a project, we chose `poetry` to manage our dependencies, builds, and deposits as a state of the art solution within the Python ecosystem.