From 924dfe29c83f8600617c781d45fd2f4019e6eb53 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sat, 8 Nov 2025 11:23:17 -0600 Subject: [PATCH] CI: Update Python version to 3.13 in fetch-crowdin (#25149) --- .github/workflows/fetch_crowdin_translations.yml | 2 +- .github/workflows/push_crowdin_translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch_crowdin_translations.yml b/.github/workflows/fetch_crowdin_translations.yml index 01f9392851..3a9e27b8e7 100644 --- a/.github/workflows/fetch_crowdin_translations.yml +++ b/.github/workflows/fetch_crowdin_translations.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Python & dependencies uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: - python-version: "3.x" + python-version: "3.13" - name: Install Python packages run: | python3 -m pip install --upgrade pip diff --git a/.github/workflows/push_crowdin_translations.yml b/.github/workflows/push_crowdin_translations.yml index 6e4b2a89c2..28ff4df7c3 100644 --- a/.github/workflows/push_crowdin_translations.yml +++ b/.github/workflows/push_crowdin_translations.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Python & dependencies uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: - python-version: "3.x" + python-version: "3.13" - name: Install Python packages run: | python3 -m pip install --upgrade pip