diff --git a/.github/workflows/test-documentation-build.yml b/.github/workflows/test-documentation-build.yml index de76508ce..8f74e008e 100644 --- a/.github/workflows/test-documentation-build.yml +++ b/.github/workflows/test-documentation-build.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.13' - name: Install dependencies and local packages run: python -m pip install .[docs] - name: Build HTML documentation with Sphinx