Skip to content

Commit 5f13ea4

Browse files
committed
Exclude Sphinx 5 from Python 3.13, uses removoed imghdr
1 parent 7beb629 commit 5f13ea4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
sphinx-version: '>=8,<9'
7979
- python-version: 'pypy3.9'
8080
sphinx-version: '>=8,<9'
81+
- python-version: '3.13'
82+
sphinx-version: '>=5,<6'
8183
steps:
8284
- uses: actions/checkout@v4
8385
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)