Skip to content

Commit

Permalink
chore(python): Use latest python runtime in prerelease_deps session (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jul 4, 2024
1 parent 8c5db44 commit 14d8b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def docfx(session):
)


@nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS)
@nox.session(python="{{ unit_test_python_versions | last }}")
@nox.parametrize(
"protobuf_implementation",
[ "python", "upb", "cpp" ],
Expand Down

0 comments on commit 14d8b28

Please sign in to comment.