diff --git a/pyproject.toml b/pyproject.toml index acc02f51..a881d72c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ include = ["rich/py.typed"] [tool.poetry.dependencies] -python = "^3.7.13" +python = ">=3.7.0" typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" } pygments = "^2.6.0" commonmark = "^0.9.0"