build: Run tests on python 3.11 as well as 3.8

This commit is contained in:
Feanil Patel
2024-03-14 13:24:13 -04:00
parent 1d485ca2b8
commit 85db730cef
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8' ]
python-version: [ '3.8', '3.11' ]
django-version:
- "pinned"
# When updating the shards, remember to make the same changes in

View File

@@ -15,6 +15,7 @@ jobs:
matrix:
python-version:
- "3.8"
- "3.11"
django-version:
- "pinned"
# When updating the shards, remember to make the same changes in