Skip to content

Commit bff7657

Browse files
authored
build: Use python 3.10 for docs session
1 parent a4d9534 commit bff7657

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
@@ -462,7 +462,7 @@ def blacken(session):
462462
session.run("black", *BLACK_PATHS)
463463

464464

465-
@nox.session(python="3.9")
465+
@nox.session(python="3.10")
466466
@_calculate_duration
467467
def docs(session):
468468
"""Build the docs."""

0 commit comments

Comments
 (0)