diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1776fddf..449ce1fe 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Set up build cache uses: actions/cache/restore@v4