From f37018ed0646cea8d137047c908d896a1c231a56 Mon Sep 17 00:00:00 2001 From: Francois Date: Mon, 31 Oct 2022 16:42:52 -0400 Subject: [PATCH] Updated minimum Python version to 3.9 (#386) --- docs/start/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/intro.md b/docs/start/intro.md index 21d2ea8..fdff361 100644 --- a/docs/start/intro.md +++ b/docs/start/intro.md @@ -59,7 +59,7 @@ The InvenTree documentation assumes that the operating system is a debian based InvenTree runs on [Python](https://python.org). !!! warning "Python Version" - InvenTree requrires Python 3.8 (or newer). If your system has an older version of Python installed, you will need to follow the update instructions for your OS. + InvenTree requrires Python 3.9 (or newer). If your system has an older version of Python installed, you will need to follow the update instructions for your OS. ### Invoke