From e620e768373f974cbc56fb2e4451e539a4fa30c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:05:29 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/readme-scribe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme-scribe.yml b/.github/workflows/readme-scribe.yml index 2f8f935..91ae253 100644 --- a/.github/workflows/readme-scribe.yml +++ b/.github/workflows/readme-scribe.yml @@ -25,7 +25,7 @@ jobs: name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.14' cache: pip cache-dependency-path: scripts/requirements.txt -