diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 64b1b209..f09e38b8 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: 3.8 + python-version: 3.14 - name: Install Python lint libraries run: | diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3e31a45d..e0c9b80a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@v6 with: - python-version: 3.9 + python-version: 3.14 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/update-l10n-sources.yml b/.github/workflows/update-l10n-sources.yml index aa410c1e..f2067067 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@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Restore pip cache 💾 uses: actions/cache@v6 diff --git a/.github/workflows/update-l10n.yml b/.github/workflows/update-l10n.yml index 1071db0c..708e609a 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@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Restore pip cache 💾 uses: actions/cache@v6