flask-mail
flask-mail copied to clipboard
pypy3 error
Hello! I using Flask on pypy3 and all packages working well, except flask_mail. I have this error:
File "/usr/local/site-packages/flask_mail.py", line 41, in
PyPy3 targets Python 3.2 currently, and email.policy
was added in 3.3.
We only support python 3.8+ in the latest version (unreleased)