Skip to content

Commit

Permalink
Add Django 5.0 to tox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Sep 23, 2023
1 parent aaab89f commit 7a8be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
django: ["32", "41", "main"]
django: ["32", "41", "50", "main"]
exclude:
- django: "50"
python: "3.8"
Expand Down

0 comments on commit 7a8be8c

Please sign in to comment.