Skip to content

Commit 1695e85

Browse files
authored
test: use python 3.10 for docs (#305)
1 parent 55cbc66 commit 1695e85

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
@@ -376,7 +376,7 @@ def cover(session):
376376
session.run("coverage", "erase")
377377

378378

379-
@nox.session(python="3.9")
379+
@nox.session(python="3.10")
380380
def docs(session):
381381
"""Build the docs for this library."""
382382

0 commit comments

Comments
 (0)