From 35bb7cf8e6da681cac43344c9abaf6cb8c685718 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:19:01 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/actions/format/action.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/format/action.yml b/.github/actions/format/action.yml index 0498de23..646248b4 100644 --- a/.github/actions/format/action.yml +++ b/.github/actions/format/action.yml @@ -10,7 +10,7 @@ runs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.14' - name: Install ruff run: pip install -e ".[dev]" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 284d1d83..0c3e864f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -54,7 +54,7 @@ jobs: - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: "3.8" + python-version: "3.14" - name: Run pre-commit uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507