Skip to content

Commit

Permalink
adjust minimum Python version for main Django (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Jan 21, 2025
1 parent 5786f3a commit ae03199
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 ae03199

Please sign in to comment.