We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3304564 commit 4eb1a0bCopy full SHA for 4eb1a0b
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4.3.0
16
- uses: actions/setup-python@v5
17
with:
18
- python-version: '3.12'
+ python-version: '3.12 || 3.14'
19
- uses: snok/install-poetry@v1.4.1
20
21
# TODO: renovate
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ default_install_hook_types:
7
- pre-commit
8
9
default_language_version:
10
- python: python3.10
+ python: python3.14
11
12
repos:
13
- repo: https://github.com/compilerla/conventional-pre-commit
0 commit comments