Skip to content

Commit

Permalink
Use Python 3.10 for the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jan 24, 2025
1 parent 1bee82b commit e1bee47
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 @@ -120,7 +120,7 @@ def cover(session):
session.run("coverage", "report", "--show-missing", "--fail-under=100")


@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 e1bee47

Please sign in to comment.