Skip to content

Commit 20a1009

Browse files
chore(python): Use latest python runtime in prerelease_deps session (#287)
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 ace5b91 commit 20a1009

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/google-cloud-runtimeconfig/.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

packages/google-cloud-runtimeconfig/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def docfx(session):
367367
)
368368

369369

370-
@nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS)
370+
@nox.session(python="3.12")
371371
@nox.parametrize(
372372
"protobuf_implementation",
373373
["python", "upb", "cpp"],

0 commit comments

Comments
 (0)