diff --git a/pyproject.toml b/pyproject.toml index c097215..dd50c5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Documentation = "https://rst-to-myst.readthedocs.io" rst2myst = "rst_to_myst.cli:main" [project.optional-dependencies] -sphinx = ["sphinx>=5,<7"] +sphinx = ["sphinx>=5,<8"] test = [ "pytest~=8.3", "coverage",