diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 150e236..ff508be 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -49,7 +49,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.13' cache: 'pip' cache-dependency-path: 'requirements.txt'