From 2183222616b9ce8062c51e22858bc9e8652491b6 Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Mon, 15 Apr 2024 17:44:53 +0200 Subject: [PATCH] be more benevolent --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"