Skip to content

Commit

Permalink
Fix Python version requirement in README
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 28, 2023
1 parent 77c0776 commit 51c324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51c324b

Please sign in to comment.