diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 0354f4fc..a400ca31 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 0404c07c..494665d7 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 8cc2d96f..4b16cd67 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@v5 diff --git a/.github/workflows/update-l10n.yml b/.github/workflows/update-l10n.yml index 1b447db5..ffb96508 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@v5