Skip to content

Commit 9db9a2c

Browse files
authoredAug 1, 2024··
Add testing for Sphinx 8 (#128)
1 parent 9469c4f commit 9db9a2c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎.github/workflows/workflow.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,15 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
python-version: ['pypy3.9', '3.8', '3.9', '3.10', '3.11', '3.12']
72-
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<7.3']
72+
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<8', '>=8,<9']
7373
os: [windows-latest, macos-latest, ubuntu-latest]
74+
exclude:
75+
- python-version: '3.8'
76+
sphinx-version: '>=8,<9'
77+
- python-version: '3.9'
78+
sphinx-version: '>=8,<9'
79+
- python-version: 'pypy3.9'
80+
sphinx-version: '>=8,<9'
7481
steps:
7582
- uses: actions/checkout@v4
7683
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.