Skip to content

Commit

Permalink
Adjust Python minimum version for main Django (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Jan 21, 2025
1 parent 9f752fc commit 5d70186
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 @@ -22,7 +22,7 @@
DJ51 = "5.1"
DJ52 = "5.2a1"
DJMAIN = "main"
DJMAIN_MIN_PY = PY310
DJMAIN_MIN_PY = PY312
DJ_VERSIONS = [DJ42, DJ50, DJ51, DJ52, DJMAIN]
DJ_LTS = [
version for version in DJ_VERSIONS if version.endswith(".2") and version != DJMAIN
Expand Down

0 comments on commit 5d70186

Please sign in to comment.