From d20c0a687d7ec9679e1d7fc4a37fdb55ac4bf5d0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 24 Jul 2026 22:31:36 +0000 Subject: [PATCH] Update dependency python to 3.14 --- scripts/third_party/jq/.github/workflows/manpage.yml | 2 +- scripts/third_party/jq/.github/workflows/website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/third_party/jq/.github/workflows/manpage.yml b/scripts/third_party/jq/.github/workflows/manpage.yml index 72f105770..6477dfb6b 100644 --- a/scripts/third_party/jq/.github/workflows/manpage.yml +++ b/scripts/third_party/jq/.github/workflows/manpage.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' cache: pipenv - name: Install pipenv run: pip install pipenv diff --git a/scripts/third_party/jq/.github/workflows/website.yml b/scripts/third_party/jq/.github/workflows/website.yml index 14a242f87..98e00b103 100644 --- a/scripts/third_party/jq/.github/workflows/website.yml +++ b/scripts/third_party/jq/.github/workflows/website.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' cache: pipenv - name: Install pipenv run: pip install pipenv