diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 926b2c8..cd7c3ba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.14" - name: Install Material run: python -m pip install mkdocs-material - name: Install Section Index plugin