We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f56c4 commit ee1801fCopy full SHA for ee1801f
noxfile.py
@@ -37,7 +37,7 @@ def build_and_check_dists(session):
37
session.run("python", "-m", "twine", "check", "dist/*")
38
39
40
-@nox.session(python=["3.9", "3.10", "3.11", "3.12"])
+@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13"])
41
def tests(session):
42
session.install("pytest")
43
session.install("pytest-asyncio")
0 commit comments