Skip to content

Commit 5cabe51

Browse files
committed
Merge remote-tracking branch 'template/main'
2 parents 18320ae + c146cb6 commit 5cabe51

File tree

7 files changed

+44
-49
lines changed

7 files changed

+44
-49
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v5
3030
- uses: actions/setup-python@v6
3131
with:
32-
python-version: "3.13"
32+
python-version: "3.14"
3333
- name: Generate the cache suffix
3434
id: cache-suffix
3535
run: |

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@ repos:
9292
exit 1
9393
fi
9494
'
95+
- repo: https://github.com/renovatebot/pre-commit-hooks
96+
rev: 41.131.8
97+
hooks:
98+
- id: renovate-config-validator

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
python = "3.13"
2+
python = "3.14.0"
33

44
[env]
55
_.python.venv = { path = ".venv", create = true }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ classifiers = [
1010
"Private :: Do Not Upload",
1111
]
1212
dynamic = ["version", "description"]
13-
requires-python = "~=3.13.1"
13+
requires-python = "~=3.14.0"
1414

1515
dependencies = [
1616
"click~=8.3.0",

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5-
]
5+
],
6+
"lockFileMaintenance": {
7+
"enabled": false
8+
}
69
}

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ requires =
99
tox-uv
1010

1111
[testenv]
12-
basepython = python3.13
1312
runner = uv-venv-lock-runner
1413
commands =
1514
python -m pytest {posargs: --cov --cov-report=term-missing:skip-covered}

uv.lock

Lines changed: 33 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)