File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3131 run : |
3232 uv run pytest --cov --cov-config=.coveragerc tests pydispatch doc README.md
3333 - name : Test python-dispatch-sphinx
34+ # TODO: Remove 3.14 exclusion when 3.14 support is added to sphinx-plugin
35+ if : ${{ matrix.python-version != '3.14' }}
3436 run : |
3537 uv run pytest --cov --cov-append --cov-config=sphinx-plugin/.coveragerc sphinx-plugin/tests
3638 - name : Upload to Coveralls
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ jobs:
103103 - name : Test pydispatch distribution
104104 run : py.test tests/
105105 - name : Test pydispatch_sphinx distribution
106+ # TODO: Remove 3.14 exclusion when 3.14 support is added to sphinx-plugin
107+ if : ${{ matrix.python-version != '3.14' }}
106108 run : py.test sphinx-plugin/tests/
107109
108110 deploy :
You can’t perform that action at this time.
0 commit comments