Skip to content

Commit b208876

Browse files
chore(python): Use latest python runtime in prerelease_deps session (googleapis#1212)
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 27f6144 commit b208876

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:d3de8a02819f65001effcbd3ea76ce97e9bcff035c7a89457f40f892c87c5b32
17-
# created: 2024-07-03T17:43:00.77142528Z
16+
digest: sha256:5651442a6336971a2fb2df40fb56b3337df67cafa14c0809cc89cb34ccee1b8e
17+
# created: 2024-07-04T19:38:10.086106449Z

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def docfx(session):
422422
)
423423

424424

425-
@nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS)
425+
@nox.session(python="3.12")
426426
@nox.parametrize(
427427
"protobuf_implementation",
428428
["python", "upb", "cpp"],

0 commit comments

Comments
 (0)