Skip to content

Commit

Permalink
Switch to Python 3.11 in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Apr 11, 2024
1 parent 2db5a3a commit 928b0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Install sphinx env
run: python -m pip install -r docs/requirements.txt
- name: Build documentation
Expand Down

0 comments on commit 928b0ec

Please sign in to comment.