diff --git a/pyproject.toml b/pyproject.toml index 8ae5936..93422c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ packages = [{ include = "jg" }] hen = "jg.hen.cli:main" [tool.poetry.dependencies] -python = "3.11.*" +python = ">=3.11.*" click = "8.1.7" blinker = "1.7.0" githubkit = "0.11.3"