From 83e535a114a289e545393b50210b4b4791794f1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:29:10 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.13 --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 492a5834..d9f9e541 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: - python-version: 3.9 + python-version: 3.13 - name: Run update script uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3 @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: - python-version: 3.11 + python-version: 3.13 - name: Run update script uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3