Skip to content

Commit

Permalink
Use Python 3.10 to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 22, 2025
1 parent 4d0d85b commit 6e9e6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
fail-fast: false
matrix:
python:
- 3.9
#- 3.10
- '3.10'
#- 3.11
steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"
python:
install:
- requirements: docs/requirements.txt
Expand Down

0 comments on commit 6e9e6e1

Please sign in to comment.