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 137 forks source link

Issues with testing on Pypy3 #146

Closed jezdez closed 3 years ago

jezdez commented 3 years ago

Seems like something is wrong with the Pypy3 setup: https://github.com/jazzband/django-embed-video/actions/runs/430202855

@aleksihakli Any idea what that could be?

aleksihakli commented 3 years ago

Seems like the problem is https://github.com/actions/setup-python/issues/171

I'm wondering if we should just deprecate PyPy3 from the required test matrix, or keep it?

Please also see jazzband/django-embed-video#147

jezdez commented 3 years ago

Let's keep it as there seems to be a fix already out.