We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 9f752fc commit 5d70186Copy full SHA for 5d70186
noxfile.py
@@ -22,7 +22,7 @@
22
DJ51 = "5.1"
23
DJ52 = "5.2a1"
24
DJMAIN = "main"
25
-DJMAIN_MIN_PY = PY310
+DJMAIN_MIN_PY = PY312
26
DJ_VERSIONS = [DJ42, DJ50, DJ51, DJ52, DJMAIN]
27
DJ_LTS = [
28
version for version in DJ_VERSIONS if version.endswith(".2") and version != DJMAIN
0 commit comments