django-image-cropping
django-image-cropping copied to clipboard
Fix Github Workflow
trafficstars
Python 3.6 is not available any more in the workflow runner, so I removed it and added Python 3.10 instead. Also, I upgraded easy_thumbnails to 3.8.5 in the example project, as this is necessary to support Pillow 10.0 and later (removal of Image.ANTIALIAS). Finally, added a condition so the coverall action does not get executed in forks (it will fail due to missing token).