Skip to content

Commit e1bee47

Browse files
authored
Use Python 3.10 for the docs build
1 parent 1bee82b commit e1bee47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def cover(session):
120120
session.run("coverage", "report", "--show-missing", "--fail-under=100")
121121

122122

123-
@nox.session(python="3.9")
123+
@nox.session(python="3.10")
124124
def docs(session):
125125
"""Build the docs for this library."""
126126

0 commit comments

Comments
 (0)