jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 135 forks source link

CI: Replace deprecated pypy3 with pypy-3.8 #160

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

pypy3 is deprecated and is not available in newer images: https://github.com/actions/setup-python/issues/244#issuecomment-925966022

Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version

Committed via https://github.com/asottile/all-repos