Skip to content

Commit

Permalink
Update Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Sep 8, 2023
1 parent bf4045e commit 1dd66f1
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 @@ -16,7 +16,7 @@ def lint(session):


@nox.session(python=["3.9", "3.10", "3.11"])
@nox.parametrize("django_ver", ["3.2.20", "4.1.10", "4.2.4"])
@nox.parametrize("django_ver", ["3.2.21", "4.1.11", "4.2.5"])
def tests(session, django_ver):
session.run(
"poetry", "install", "--no-interaction", "--with", "test", external=True
Expand Down

0 comments on commit 1dd66f1

Please sign in to comment.