From bfde70c9ee1da9287f8f28b0d46736e1caec3221 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:42:22 +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 18225ca3..f774d07e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -54,7 +54,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.14" - name: Run pre-commit uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507