Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 2, 2024
1 parent 345717f commit f85f6b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
extras: ["testing"]
include:
- os: ubuntu-latest
python-version: 3.9
python-version: "3.9"
sphinx-version: "~=6.0"
extras: "testing"
- os: ubuntu-latest
python-version: 3.9
python-version: "3.10"
sphinx-version: "~=8.0"
extras: "testing-no-myst" # TODO myst does not yet support Sphinx 8.0
- os: windows-latest
python-version: 3.9
python-version: "3.9"
sphinx-version: "~=7.0"
extras: "testing"

Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"

python:
install:
Expand Down

0 comments on commit f85f6b6

Please sign in to comment.