pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.94k stars 859 forks source link

Replace imghdr with Pillow's PIL #1680

Closed ABizzinotto closed 1 year ago

ABizzinotto commented 1 year ago

Addresses issue #1557

The imghdr module will be deprecated in Python 3.13. Currently, it throws a deprecation warning.

This PR replaces imghdr with the PIL module.