From 6424b35e7152c9668cb65720cc5d694094036c26 Mon Sep 17 00:00:00 2001 From: Jan Caron Date: Tue, 29 Oct 2024 14:33:05 +0100 Subject: [PATCH] Drop jira version restriction * jira < 3.6 uses imghdr, which was deprecated in Python 3.11 and removed in Python 3.13. * I couldn't find a problem with jira version above 3, so I think the restriction should be dropped. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 744cf0e..5a5be9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ install_requires = click>=6.7 click-log>=0.2.1 GitPython>=2.1.9 - jira>=1.0.15, <3.0.0 + jira>=1.0.15 [options.packages.find] where = src [options.entry_points]