Skip to content

Commit 057aff1

Browse files
committed
Add Django 3.2 to GitHub Actions test matrix
1 parent 50eefdd commit 057aff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version: ["3.6", "3.7", "3.8", "3.9"]
13-
django: ["2.2", "3.0", "3.1"]
13+
django: ["2.2", "3.0", "3.1", "3.2"]
1414
django-rest-framework: ["3.12", "master"]
1515
env:
1616
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)