Skip to content

Commit

Permalink
add python v3.12 to nox
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimdrachov committed Jul 25, 2024
1 parent 15949ea commit 70dcdca
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 @@ -15,7 +15,7 @@
assert DEPS_DIR.is_dir(), "Invalid configuration"


PYTHONS = ["3.8", "3.9", "3.10", "3.11"]
PYTHONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]


@nox.session(python=False)
Expand Down

0 comments on commit 70dcdca

Please sign in to comment.