Skip to content

Commit 0632692

Browse files
committed
exclude tests for sphinx 7.2 and python 3.8
1 parent 746edfe commit 0632692

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
sphinx-version: ""
3636
- python-version: "3.11"
3737
sphinx-version: "4.5"
38+
exclude:
39+
- python-version: "3.8"
40+
sphinx-version: "7.2.*"
3841

3942
steps:
4043
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)