Skip to content

Commit c60bfd4

Browse files
committed
Add testing for Sphinx 8
Remove pin to Sphinx <7.3
1 parent 9469c4f commit c60bfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ 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]
7474
steps:
7575
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)