Skip to content

Commit c513520

Browse files
committed
Remove Django 2.2 from test matrix.
1 parent fedcef6 commit c513520

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
@@ -4,7 +4,7 @@
44

55

66
@nox.session()
7-
@nox.parametrize("django", ["2.2", "3.2", "4.0", "4.1"])
7+
@nox.parametrize("django", ["3.2", "4.1", "4.2"])
88
def tests(session, django):
99
# Skip testing Django 4.0 with Python 3.7 because it is unsupported
1010
if (

0 commit comments

Comments
 (0)