Skip to content

Commit

Permalink
Drop jira version restriction
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Jan Caron committed Oct 29, 2024
1 parent d4ea46e commit 6424b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6424b35

Please sign in to comment.