The script still works as of Python 3.6, but I believe it will break in Python 3.7. This is the output of `flake8`: ``` pypy_setup.py:1070:18: W606 'async' and 'await' are reserved keywords starting with Python 3.7 ```
The script still works as of Python 3.6, but I believe it will break in Python 3.7. This is the output of
flake8: