Skip to content

Commit

Permalink
CI: Update to Python 3.11 on "docs" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 5, 2023
1 parent d8683df commit e3e5e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Build docs
run: |
Expand Down

0 comments on commit e3e5e96

Please sign in to comment.