Does PyPy creation work with any version of Python (> 2.5)?

I want to use PyPy with Python 2.6. The default version (PyPy 1.4.1) seems to be 2.5 when downloading binary files. Google doesn't seem to help much, advises?

+3
source share
1 answer

You can download the nightly build if one exists for your platform. They support Python 2.7, and the official version with this support is supposed to happen in the coming days, as PyPy developers are running in PyCon right now.

Edit: Since 2012, stable versions of PyPy have supported Python 2.7, and efforts are currently underway to support 3.x.

, , PyPy , Mercurial. , Windows ( 64 ) , #pypy freenode, , .

+3

All Articles