Skip to content

Commit

Permalink
add 3.12 to noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Mar 25, 2024
1 parent 34dbc1e commit 19b85c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ def docs(session: nox.Session) -> None:
session.run("mkdocs", "build")


@nox.session(python=["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"])
@nox.session(
python=["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
)
def tests(session: nox.Session) -> None:
session.install(".[tests]")
session.run(
Expand Down

0 comments on commit 19b85c0

Please sign in to comment.