Skip to content

Commit

Permalink
Add Django 3.2 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mixkorshun committed Jul 2, 2023
1 parent 4b1cc12 commit c806fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.9", "3.10"]
django-version: ["1.11", "2.2"]
django-version: ["1.11", "2.2", "3.2"]
exclude:
- python-version: "3.10"
django-version: "1.11"
Expand Down

0 comments on commit c806fb2

Please sign in to comment.