Skip to content

Commit

Permalink
Merge branch 'main' into sphinx_7.4_compat
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Jan 16, 2025
2 parents 7634a45 + 4a02918 commit f5009bc
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,22 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
sphinx-version:
- '6.2'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '7.2' # Ubuntu 24.04
- '7.4' # Ubuntu 24.10
- '8.0'
- '8.1' # Ubuntu 25.04
exclude:
- python-version: '3.9'
sphinx-version: '8.0'
- python-version: '3.9'
sphinx-version: '8.1'
- python-version: '3.12'
sphinx-version: '6.2'
- python-version: '3.13'
sphinx-version: '6.2'

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

0 comments on commit f5009bc

Please sign in to comment.