From 7c1f0792a487cb074aca069ffc01bf9c7028ff77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 06:29:16 +0000 Subject: [PATCH] Update dependency python to 3.13 --- .github/workflows/process-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index be6e1395..2b1875d3 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.13' - name: Install dependencies run: |