aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2ce19e4..b6f84d7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Navan Chauhan <navanchauhan@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
-python = ">=3.11,<4.0"
+python = ">=3.9,<4.0"
boilerpy3 = "^1.0.6"
rich = "^13.6.0"
click = "^8.1.7"