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