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

Commit 1cd2caa

Browse files
committed
Update noxfile.py
1 parent 46dd5dd commit 1cd2caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def docs(session):
386386
)
387387

388388

389-
@nox.session(python="3.10")
389+
@nox.session(python=DEFAULT_PYTHON_VERSION)
390390
def docfx(session):
391391
"""Build the docfx yaml files for this library."""
392392

@@ -432,7 +432,7 @@ def docfx(session):
432432
)
433433

434434

435-
@nox.session(python="3.13")
435+
@nox.session(python=DEFAULT_PYTHON_VERSION)
436436
@nox.parametrize(
437437
"protobuf_implementation",
438438
["python", "upb", "cpp"],

0 commit comments

Comments
 (0)