We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f13358 commit d811dc0Copy full SHA for d811dc0
noxfile.py
@@ -9,7 +9,7 @@
9
locations = "src", "tests"
10
11
12
-@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"])
13
def tests(session: nox.Session) -> None:
14
session.install(".[tests]")
15
session.run(
0 commit comments