From 6cbc2a6edafb08d338a85fe1e2e2f4d66384cfd0 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 15 May 2022 16:18:27 +0200 Subject: [PATCH 1/2] Bump python version --- 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 d7c3dff..9c31024 100644 --- a/docs/start/intro.md +++ b/docs/start/intro.md @@ -52,7 +52,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.7 (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.8 (or newer). If your system has an older version of Python installed, you will need to follow the update instructions for your OS. ### Invoke From 234d8cbed28387d4a437eb5a1048821215ca2169 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 15 May 2022 16:19:33 +0200 Subject: [PATCH 2/2] Update check_config.yaml Bump CI python version --- .github/workflows/check_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_config.yaml b/.github/workflows/check_config.yaml index 6081b97..7f6e0dc 100644 --- a/.github/workflows/check_config.yaml +++ b/.github/workflows/check_config.yaml @@ -20,7 +20,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.9 - name: Run Checks run: | pip install pyyaml