Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored May 21, 2024
1 parent f7db534 commit 60abf93
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 @@ -7,7 +7,7 @@
nox.options.sessions = ["lint", "tests"]
nox.options.default_venv_backend = "uv|virtualenv"

ALL_PYTHONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
ALL_PYTHONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

@nox.session
def lint(session: nox.Session) -> None:
Expand Down

0 comments on commit 60abf93

Please sign in to comment.