Skip to content

Commit

Permalink
revert noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Aug 9, 2024
1 parent fc6f295 commit 9b0220b
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 @@ -357,7 +357,7 @@ def cover(session):
session.run("coverage", "erase")


@nox.session(python="3.10")
@nox.session(python="3.9")
def docs(session):
"""Build the docs for this library."""

Expand Down

0 comments on commit 9b0220b

Please sign in to comment.