Skip to content

Commit

Permalink
chore: update nox docs python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Jan 26, 2023
1 parent 82674b7 commit 80cb54e
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 @@ -52,7 +52,7 @@ def cover(session):
session.run("coverage", "erase")


@nox.session(python="3.6")
@nox.session(python="3.7")
def docs(session):
_install_dev_packages(session)
_install_doc_dependencies(session)
Expand Down

0 comments on commit 80cb54e

Please sign in to comment.