From cd09b5223ab5cf871ff5fcb54878f8b4f2578dcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:02:31 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index c89e946609..a8c907d54d 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: '3.13' # renovate: datasource=github-tags depName=python + python-version: '3.14' # renovate: datasource=github-tags depName=python - name: Install dependencies run: |