Skip to content

Commit

Permalink
Add testing for Sphinx 8 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Aug 1, 2024
1 parent 9469c4f commit 9db9a2c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,15 @@ jobs:
fail-fast: false
matrix:
python-version: ['pypy3.9', '3.8', '3.9', '3.10', '3.11', '3.12']
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<7.3']
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<8', '>=8,<9']
os: [windows-latest, macos-latest, ubuntu-latest]
exclude:
- python-version: '3.8'
sphinx-version: '>=8,<9'
- python-version: '3.9'
sphinx-version: '>=8,<9'
- python-version: 'pypy3.9'
sphinx-version: '>=8,<9'
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 9db9a2c

Please sign in to comment.