From 33aaf243bb703d913ca0d51e7462f572648d198d Mon Sep 17 00:00:00 2001 From: Matt Melquiond Date: Sat, 21 Oct 2023 12:09:45 +0200 Subject: [PATCH] fix: gh-pages python version (#512) --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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