Skip to content

Commit

Permalink
Update Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekdlugosz committed Nov 1, 2023
1 parent 4df5583 commit 81ad6f2
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 323 deletions.
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.22", "4.1.12", "4.2.6"])
@nox.parametrize("django_ver", ["3.2.23", "4.1.13", "4.2.7"])
def tests(session, django_ver):
session.run(
"poetry", "install", "--no-interaction", "--with", "test", external=True
Expand Down

0 comments on commit 81ad6f2

Please sign in to comment.