Skip to content

Commit

Permalink
Merge pull request #1567 from dandi/up-py-docs
Browse files Browse the repository at this point in the history
Use Python 3.10 to build docs
  • Loading branch information
yarikoptic authored Jan 23, 2025
2 parents 9ce4e4a + 6e9e6e1 commit 5c5c3a3
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 5c5c3a3

Please sign in to comment.