melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

Drop support for python 2 #123

Closed melinath closed 4 years ago

melinath commented 4 years ago

Python 2 reached EOL in January 2020. Older versions of django-daguerre will continue to exist and we have the option of releasing additional point versions for bugfixes as necessary; however, we can remove official support for py2 going forward to reduce maintenance burden.

This ticket only covers removing testing of older versions of python; removing compatibility shims is issue #124.