jterrace / pyssim

A Python module for computing the Structural Similarity Image Metric (SSIM)
MIT License
339 stars 62 forks source link

Supporting Python 3.6 #39

Closed vladsha-dev closed 2 years ago

vladsha-dev commented 2 years ago

Hello! My app uses the pyssim module and Python 2.7. I need to port the app to Python 3.6. I see Python 3.6 in .travis CI file. Does the module support this version?

jterrace commented 2 years ago

I just updated to github actions and it looks good: https://github.com/jterrace/pyssim/actions/runs/2488788598

I dropped 2.7 and 3.6 since they're already end of life: https://endoflife.date/python

Currently supporting 3.7, 3.8, 3.9, and 3.10.

Let me know if you need a package release on pypi.

vladsha-dev commented 2 years ago

Thank you!

Could you make a package release on pypi?