Skip to content

Commit

Permalink
Update nox file
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Jun 14, 2024
1 parent bedfe9e commit 401cdcd
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 @@ -22,7 +22,7 @@ def lint(session):
session.run("mypy", "src", "tests")


@nox.session(python=["3.11", "3.10", "3.9", "3.8", "3.7", "2.7"])
@nox.session(python=["3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "3.7"])
def tests(session):
session.install(".[test]")

Expand Down

0 comments on commit 401cdcd

Please sign in to comment.