From ef4eb6ec80528acd6becd70cf0f88cecb1a1a9b7 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 22 Oct 2022 02:25:37 +0200 Subject: [PATCH] Update minimum python version (#374) This now points to the source directly. --- docs/start/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/install.md b/docs/start/install.md index bce25e8..8a5e51c 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -20,7 +20,7 @@ Install required system packages (as superuser): The following packages are required on a debian system. A different distribution may require a slightly different set of packages !!! info "Python Version" - InvenTree requires Python version 3.8 or newer + InvenTree requires a modern Python version check [here](https://github.com/inventree/InvenTree/blob/master/CONTRIBUTING.md#target-version) for the current minimums. ``` sudo apt-get update