Skip to content

Commit

Permalink
fix: Update the docs generator interpreter to unblock documentation b…
Browse files Browse the repository at this point in the history
…uild (#1218)

* fix: Update the docs generator interpreter to unblock documentation build

* chore: Refresh system test creds.
  • Loading branch information
clundin25 authored Jan 25, 2023
1 parent 8c5517f commit 9d36c2f
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -140,7 +140,7 @@ def cover(session):
session.run("coverage", "report", "--show-missing", "--fail-under=100")


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

Expand Down
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.

0 comments on commit 9d36c2f

Please sign in to comment.