diff --git a/noxfile.py b/noxfile.py index 9fbc22d3a..4dfebe068 100644 --- a/noxfile.py +++ b/noxfile.py @@ -367,7 +367,7 @@ def cover(session): session.run("coverage", "erase") -@nox.session(python="3.9") +@nox.session(python="3.10") def docs(session): """Build the docs for this library."""