summaryrefslogtreecommitdiffstats
path: root/.github/workflows/website.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/website.yml')
-rw-r--r--.github/workflows/website.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 9de1aa62..6fc8b809 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
- python-version: '3.10'
+ python-version: '3.11'
cache: pipenv
- name: Install pipenv
run: pip install pipenv