Skip to content

Commit

Permalink
Update Django 5.2 version to beta (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Feb 19, 2025
1 parent a8ce857 commit f4d7517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
DJ42 = "4.2"
DJ50 = "5.0"
DJ51 = "5.1"
DJ52 = "5.2a1"
DJ52 = "5.2b1"
DJMAIN = "main"
DJMAIN_MIN_PY = PY312
DJ_VERSIONS = [DJ42, DJ50, DJ51, DJ52, DJMAIN]
Expand Down

0 comments on commit f4d7517

Please sign in to comment.