Skip to content

Commit 69e7206

Browse files
committed
chore(deps): fixup python pins
1 parent 04899de commit 69e7206

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/renovate.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,16 @@
33
"github>thekevjames/tools:personal",
44
"github>thekevjames/tools//renovate/version-as-lib.json5",
55
],
6+
"packageRules": [
7+
{
8+
"matchFileNames": [
9+
".pre-commit-config.yaml",
10+
],
11+
"matchDepNames": [
12+
"python",
13+
"python/cpython",
14+
],
15+
"allowedVersions": "3.10",
16+
},
17+
],
618
}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v6
1717
with:
1818
# renovate: datasource=docker depName=python
19-
python-version: '3.12'
19+
python-version: '3.14'
2020
- uses: snok/[email protected]
2121
with:
2222
# renovate: datasource=pypi depName=poetry

0 commit comments

Comments
 (0)