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.
1 parent fedcef6 commit c513520Copy full SHA for c513520
noxfile.py
@@ -4,7 +4,7 @@
4
5
6
@nox.session()
7
-@nox.parametrize("django", ["2.2", "3.2", "4.0", "4.1"])
+@nox.parametrize("django", ["3.2", "4.1", "4.2"])
8
def tests(session, django):
9
# Skip testing Django 4.0 with Python 3.7 because it is unsupported
10
if (
0 commit comments