diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2e52bab..a899f84 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.14' - name: Install uv uses: astral-sh/setup-uv@v7