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 44913e1 commit 59173daCopy full SHA for 59173da
.github/renovate.json
@@ -12,6 +12,10 @@
12
{
13
"matchPackageNames": ["mypy"],
14
"rangeStrategy": "widen"
15
+ },
16
+ {
17
+ "matchPackageNames": ["python"],
18
+ "allowedVersions": "3.10"
19
}
20
]
21
.github/workflows/test.yml
@@ -97,7 +97,8 @@ jobs:
97
- name: Set up Python
98
uses: actions/setup-python@v6
99
with:
100
- python-version: 3.14
+ # NOTE: Keep renovate.json python "allowedVersions" in sync
101
+ python-version: '3.10'
102
103
- name: Install dependencies
104
run: uv sync --no-dev --group tests
0 commit comments