From ad4d92dd3d7eef84c85d914958f19e768ddf43e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:28:00 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 53970221..a1ac58b6 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -25,7 +25,7 @@ jobs: path: ${{ env.OUTPUT_DIR }} wheel: runs-on: ubuntu-latest - container: python:3.9 + container: python:3.13 steps: - uses: actions/checkout@v4 with: