
PyPy 7.0 continues offering Python 2.7 support via its Python2 interpreter and there is still PyPy3.5 as the Python 3.5 support target. New to the game is an alpha of PyPy3.6 that provides Python 3.6 features but not yet considered a stable release.
Besides introducing the alpha quality Python 3.6 support, PyPy 7.0 has new garbage collector hooks, an updated CFFI module, and 100% compatibility with previous PyPy releases is maintained.
More details on the PyPy 7.0 release can be found via the PyPy blog. Downloads and more information on this alternative Python interpreter can be found at PyPy.org.
2 Comments