Skip to content

Commit eeba038

Browse files
chore(python): Use latest python runtime in prerelease_deps session (#359)
Source-Link: googleapis/synthtool@14d8b28 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5651442a6336971a2fb2df40fb56b3337df67cafa14c0809cc89cb34ccee1b8e Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e055edc commit eeba038

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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
@@ -377,7 +377,7 @@ def docfx(session):
377377
)
378378

379379

380-
@nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS)
380+
@nox.session(python="3.12")
381381
@nox.parametrize(
382382
"protobuf_implementation",
383383
["python", "upb", "cpp"],

0 commit comments

Comments
 (0)