diff --git a/pyproject.toml b/pyproject.toml index f47d1ef..60b5fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] keywords = ["sphinx", "extension", "material design", "web components"] requires-python = ">=3.7" -dependencies = ["sphinx>=4,<7"] +dependencies = ["sphinx>=4,<8"] [project.urls] Homepage = "https://github.com/executablebooks/sphinx-design"