From 5adfffecdb6e45b47aebd14f898c20017134e083 Mon Sep 17 00:00:00 2001 From: Kyle Finley Date: Tue, 30 Jul 2024 11:05:00 -0400 Subject: [PATCH] expand sphinx requirement from `>=5,<8` to `>=5,<9` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c307e72..8210964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] keywords = ["sphinx", "extension", "material design", "web components"] requires-python = ">=3.9" -dependencies = ["sphinx>=5,<8"] +dependencies = ["sphinx>=5,<9"] [project.urls] Homepage = "https://github.com/executablebooks/sphinx-design"