JEFuller / Piexif

Exif manipulation with pure python script.
MIT License
12 stars 3 forks source link

support python>=3.7 #12

Closed HerrMuellerluedenscheid closed 1 year ago

HerrMuellerluedenscheid commented 1 year ago

python2 can be considered EOL. Continuing support just increases risks that people will continue using outdated software.

HerrMuellerluedenscheid commented 1 year ago

the majority of failing tests for python>=3.10 fails because PIL is outdated. Thus, the MR kinda depends on https://github.com/JEFuller/Piexif/pull/11

HerrMuellerluedenscheid commented 1 year ago

@davetapley this is ready for review.