From 9e742f425a5203a58a7fd8a43abc292acbdee26c Mon Sep 17 00:00:00 2001 From: Tobias Wohland Date: Sat, 13 Apr 2024 13:43:01 +0200 Subject: [PATCH] docs(contribute): Update contribute chapter --- docs/contribute.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index 65ce9e3..bcd9311 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -4,17 +4,12 @@ If you want to contribute you need to setup the project which is described in th ## Requirements -* `Python 3.10` - -The tool explicitly needs `Python 3.10` as I use a feature which was just introduced with this version. - -`Python 3.11` will not work currently as the dependencies weren't updated for that version yet. - -In general it is recommended to work with virtual environments instead of a global python installation. This is out of scope of this documentation. +* `Python 3.12 or higher` +* in general it is recommended to work with virtual environments instead of a global python installation. This is out of scope of this documentation. ## Installation -Dependencies are organized and managed using poetry. Poetry itself needs `Python 3.7` or later. +Dependencies are organized and managed using poetry. Poetry itself needs `Python 3.8` or later. My personal workflow to manage virtual environments is to use [miniconda/Anaconda](https://docs.conda.io/en/latest/miniconda.html), therefore the steps described are based on this toolchain.