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 -