Skip to content

Commit 19b85c0

Browse files
committed
add 3.12 to noxfile
1 parent 34dbc1e commit 19b85c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ def docs(session: nox.Session) -> None:
1616
session.run("mkdocs", "build")
1717

1818

19-
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"])
19+
@nox.session(
20+
python=["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
21+
)
2022
def tests(session: nox.Session) -> None:
2123
session.install(".[tests]")
2224
session.run(

0 commit comments

Comments
 (0)