Skip to content

Commit ae03199

Browse files
adjust minimum Python version for main Django (#130)
1 parent 5786f3a commit ae03199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
DJ51 = "5.1"
2323
DJ52 = "5.2a1"
2424
DJMAIN = "main"
25-
DJMAIN_MIN_PY = PY310
25+
DJMAIN_MIN_PY = PY312
2626
DJ_VERSIONS = [DJ42, DJ50, DJ51, DJ52, DJMAIN]
2727
DJ_LTS = [
2828
version for version in DJ_VERSIONS if version.endswith(".2") and version != DJMAIN

0 commit comments

Comments
 (0)