Skip to content

Commit

Permalink
Use the final Django 5 releases
Browse files Browse the repository at this point in the history
This switches from the beta version of Django 5.0 to use Django 5.0 (or 5.0.1 since today).
  • Loading branch information
gvangool committed Jan 2, 2024
1 parent 307051e commit 8e5e664
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ deps =
django2latest: Django>=2.0,<3.0
django3latest: Django>=3.0,<4.0
django4latest: Django>=4.0,<5.0
django5latest: Django==5.0b1
#django5latest: Django>=5.0,<6.0
django5latest: Django>=5.0,<6.0

0 comments on commit 8e5e664

Please sign in to comment.