From 62ab5fa3d689694c91215cf0cbe4b65720396d75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:24:37 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .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 3da82fa95..400a6edfd 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@v6 with: - python-version: '3.13' + python-version: '3.14' - name: Install dependencies run: |