From f7eeb74d22e4f5e9b46125327ccbf07e123bc826 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:08:03 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.13 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5b59c6..b5fd4ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-python@v3 with: - python-version: "3.9" + python-version: "3.13" cache: "pip" - name: Install dependencies