Skip to content

Commit 4eb1a0b

Browse files
chore(deps): update python
1 parent 3304564 commit 4eb1a0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4.3.0
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.12'
18+
python-version: '3.12 || 3.14'
1919
- uses: snok/install-poetry@v1.4.1
2020
with:
2121
# TODO: renovate

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_install_hook_types:
77
- pre-commit
88

99
default_language_version:
10-
python: python3.10
10+
python: python3.14
1111

1212
repos:
1313
- repo: https://github.com/compilerla/conventional-pre-commit

0 commit comments

Comments
 (0)