Skip to content

Commit c4430cd

Browse files
committed
Core: Try to maintain python-3.8 support for the documentation
1 parent 1edb7a4 commit c4430cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
docs = [
5050
"volatility3[dev]",
5151
"sphinx>=8.0.0,<9",
52-
"sphinx-autodoc-typehints>=2.5.0,<3",
52+
"sphinx-autodoc-typehints>=2.0.0,<3",
5353
"sphinx-rtd-theme>=3.0.1,<4",
5454
]
5555

0 commit comments

Comments
 (0)