Skip to content

Commit f99fc72

Browse files
committed
Update github workflow test matrix with relevant python and django versions
1 parent 17a2b2b commit f99fc72

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
14-
django-version: ['2.2', '3.0', '3.1', '3.2']
13+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
14+
django-version: ['2.2', '3.0', '3.1', '3.2', '4.0', '4.1', '4.2', '5.0', '5.1', '5.2']
15+
exclude:
16+
- python-version: '3.12'
17+
django-version: '2.2'
18+
- python-version: '3.12'
19+
django-version: '3.0'
20+
- python-version: '3.12'
21+
django-version: '3.1'
1522

1623
steps:
1724
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)