Skip to content

Commit

Permalink
test: use python 3.10 for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Linchin committed Nov 18, 2024
1 parent 55cbc66 commit 68f3768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,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."""

Expand Down

0 comments on commit 68f3768

Please sign in to comment.