Skip to content

Commit 14d8b28

Browse files
authored
chore(python): Use latest python runtime in prerelease_deps session (#1984)
1 parent 8c5db44 commit 14d8b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synthtool/gcp/templates/python_library/noxfile.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def docfx(session):
436436
)
437437

438438

439-
@nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS)
439+
@nox.session(python="{{ unit_test_python_versions | last }}")
440440
@nox.parametrize(
441441
"protobuf_implementation",
442442
[ "python", "upb", "cpp" ],

0 commit comments

Comments
 (0)