PyPy v7.0.0: triple release of 2.7, 3.5 and 3.6-alpha
The PyPy team is proud to release the version 7.0.0 of PyPy, which includes
three different interpreters:PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7PyPy3.5, which supports Python 3.5
PyPy3.6-alpha: this is the first official release of PyPy to support 3.6
features, although it is still considered alpha quality. PyPy has many layers and we need help with all of them:
PyPy
and
RPython documentation improvements, tweaking popular modules to run
on pypy, or general
help with making RPython’s JIT even better. The PyPy release supports:x86 machines on most common operating systems
(Linux 32/64 bits, Mac OS X 64 bits, Windows 32 bits, OpenBSD, FreeBSD)big- and little-endian variants of PPC64 running Linux,
s390x running Linux
Unfortunately at the moment of writing our ARM buildbots are out of service,
so for now we are
not releasing any binary for the ARM architecture.
Source: morepypy.blogspot.com