diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 46ccb3e0..12e36058 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: '3.6' + python-version: '3.11' architecture: 'x64' - name: Install dependencies