Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 7216607

Browse files
committed
Update noxfile.py
1 parent 9d35195 commit 7216607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def cover(session):
351351
session.run("coverage", "erase")
352352

353353

354-
@nox.session(python="3.13")
354+
@nox.session(python=DEFAULT_PYTHON_VERSION)
355355
def docs(session):
356356
"""Build the docs for this library."""
357357

0 commit comments

Comments
 (0)