Skip to content

Commit 24df942

Browse files
committed
Don't pin Python version in GitHub Actions workflows
1 parent a4592e9 commit 24df942

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.13.2'
15+
python-version: '3.13'
1616

1717
- name: Setup Poetry
1818
uses: abatilo/actions-poetry@v4

renovate.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@
2727
},
2828
"packageRules": [
2929
{
30-
"matchCategories": [
31-
"python"
32-
],
33-
"lockFileMaintenance": {
34-
"enabled": true,
35-
"schedule": [
36-
"before 4pm every weekday except before 9am every weekday"
37-
],
38-
"prPriority": -9
39-
},
4030
"matchDepNames": [
4131
"python"
4232
],

0 commit comments

Comments
 (0)