From 9b92ae86c5c277d7a3ade2a3ae44091c690dbfc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:25:21 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 497ddb1d..9f45b47b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing to pypi id-token: write container: - image: "python:3.12" + image: "python:3.13" steps: - uses: actions/checkout@v4