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