diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index ce1c4fd7b2..bdb358c591 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: |