From f445174df6dd1105005518bd33482c48a262ea6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:30:56 +0000 Subject: [PATCH] chore(deps): update python --- .github/workflows/build.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 432fe2b6..f047a09a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6.0.1 - uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.12 || 3.14' - uses: snok/install-poetry@v1.4.1 with: # TODO: renovate diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4ae7a0e..22d446bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_install_hook_types: - pre-commit default_language_version: - python: python3.10 + python: python3.14 repos: - repo: https://github.com/compilerla/conventional-pre-commit