Skip to content

Commit 8336e0b

Browse files
committed
Support Sphinx 7.0
1 parent 8ce1412 commit 8336e0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ["3.8", "3.9"]
1818
sphinx-version: [
19+
"7.0.*",
1920
"6.0.*",
2021
"5.0.*",
2122
"4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030

3131
requires-python = '>= 3.7'
3232
dependencies = [
33-
'Sphinx >= 2.2, < 7.0',
33+
'Sphinx >= 2.2, < 8.0',
3434
]
3535

3636
[tool.setuptools]

0 commit comments

Comments
 (0)