Skip to content

Commit

Permalink
add sphinx 7.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jul 15, 2024
1 parent 665a35c commit 0fd522a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,16 @@ jobs:
- 'Sphinx~=7.0.0'
- 'Sphinx~=7.2.0'
- 'Sphinx~=7.3.0'
- 'Sphinx~=7.4.0'
exclude:
- python-version: '3.12'
sphinx-version: 'Sphinx~=7.0.0'
- python-version: '3.8'
sphinx-version: 'Sphinx~=7.2.0'
- python-version: '3.8'
sphinx-version: 'Sphinx~=7.3.0'
- python-version: '3.8'
sphinx-version: 'Sphinx~=7.4.0'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0fd522a

Please sign in to comment.