From e45d11d4b194556a031ef04d75e57062ad7a08b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 2 Jan 2023 16:10:15 +0100 Subject: [PATCH] Raise minimum python version to 3.9 --- .github/workflows/django.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 94481cf..10592a5 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ['3.9', '3.10'] + python-version: ['3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 80e983c..315471d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ It has been developed with: ## Requirements -- Python 3.8+ +- Python 3.9+ - A USB port when running Arduino hardware (and adaptors if you have a Mac) ## Web portal installation