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