Skip to content

Commit 0d2749d

Browse files
authored
Merge pull request #186 from cfengine/renovate/python-3.x
Update dependency python to 3.14
2 parents 2998198 + cc74d2a commit 0d2749d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-policy-in-other-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: "3.13"
40+
python-version: "3.14"
4141
- name: Install dependencies
4242
working-directory: cfengine-cli
4343
run: |

.github/workflows/update-syntax-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python 3.12
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.14"
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)