From cc74d2a354fc5c54ccaa5d72246c1ef9176c18c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Jul 2026 13:25:25 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/lint-policy-in-other-repos.yml | 2 +- .github/workflows/update-syntax-description.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-policy-in-other-repos.yml b/.github/workflows/lint-policy-in-other-repos.yml index 2c5c71e..bd3aeee 100644 --- a/.github/workflows/lint-policy-in-other-repos.yml +++ b/.github/workflows/lint-policy-in-other-repos.yml @@ -37,7 +37,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies working-directory: cfengine-cli run: | diff --git a/.github/workflows/update-syntax-description.yml b/.github/workflows/update-syntax-description.yml index e1f2dde..cd937b1 100644 --- a/.github/workflows/update-syntax-description.yml +++ b/.github/workflows/update-syntax-description.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" - name: Install dependencies run: | python -m pip install --upgrade pip