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