Skip to content

Commit

Permalink
test: add 3.12 to nox test session
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Oct 10, 2023
1 parent d9222de commit 8aae9a0
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 @@ -202,7 +202,7 @@ def pyright(session: nox.Session) -> None:
pass


@nox.session(python=["3.8", "3.9", "3.10", "3.11"])
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "3.12"])
@nox.parametrize(
"extras",
[
Expand Down

0 comments on commit 8aae9a0

Please sign in to comment.