Skip to content

Commit

Permalink
Fix tox tests for Django 5.0
Browse files Browse the repository at this point in the history
I think they were using Django 4.0!
  • Loading branch information
philgyford committed Dec 11, 2023
1 parent 31082c3 commit 8775aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DJANGO =
3.2: django32
4.1: django41
4.2: django42
5.0: django40
5.0: django50
main: djangomain

; Dependencies and ENV things we need for all environments:
Expand Down

0 comments on commit 8775aec

Please sign in to comment.