From bf985407e6d72825c7f15efc3a4fd1e73bfde754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:46:44 +0000 Subject: [PATCH] Update dependency python to 3.13 --- .github/workflows/update-l10n-sources.yml | 2 +- .github/workflows/update-l10n.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-l10n-sources.yml b/.github/workflows/update-l10n-sources.yml index 724a690e..aaf53994 100644 --- a/.github/workflows/update-l10n-sources.yml +++ b/.github/workflows/update-l10n-sources.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Python 🐍 uses: actions/setup-python@v5 with: - python-version: "3.7" + python-version: "3.13" - name: Restore pip cache 💾 uses: actions/cache@v4 diff --git a/.github/workflows/update-l10n.yml b/.github/workflows/update-l10n.yml index a877682b..ad351e15 100644 --- a/.github/workflows/update-l10n.yml +++ b/.github/workflows/update-l10n.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Python 🐍 uses: actions/setup-python@v5 with: - python-version: "3.7" + python-version: "3.13" - name: Restore pip cache 💾 uses: actions/cache@v4