From 45a61df2aae3998a4fdfdc44a08678456c945024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:00:50 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8784c8e..267b301 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install and configure Poetry (this should ideally be done from pyproject.toml but..) uses: snok/install-poetry@v1 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 34bc895..6a6bc86 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install and configure Poetry (this should ideally be done from pyproject.toml but..) uses: snok/install-poetry@v1 with: