diff options
| -rw-r--r-- | doc/source/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index b417dfc..d546ec9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -63,7 +63,7 @@ platform as well as on Win32. There are some Windows-specific issues left. It supports CPython 2.6; 2.7; 3.x (tested with 3.2 and 3.3); -and PyPy 2.0 beta1 or later. +and PyPy 2.0 beta2 or later. Its speed is comparable to ctypes on CPython (a bit faster but a higher warm-up time). It is already faster on PyPy (1.5x-2x), but not yet @@ -71,7 +71,7 @@ warm-up time). It is already faster on PyPy (1.5x-2x), but not yet Requirements: -* CPython 2.6 or 2.7 or 3.x, or PyPy trunk +* CPython 2.6 or 2.7 or 3.x, or PyPy 2.0 beta2 * on CPython you need to build the C extension module, so you need ``python-dev`` and ``libffi-dev`` (for Windows, libffi is included |
