Skip to content

Commit

Permalink
Test Python 3.13 and Sphinx 8.1 in CI (#1006)
Browse files Browse the repository at this point in the history
Remove minor versions from old sphinx 7.x branch which are not used by Ubuntu.
Exclude unsupported python and sphinx versions.
Rotzbua authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5722394 commit 4a02918
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
@@ -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

0 comments on commit 4a02918

Please sign in to comment.