Author: Armin Rigo <[email protected]> Branch: Changeset: r424:169c1f927c9a Date: 2012-06-17 20:21 +0200 http://bitbucket.org/cffi/cffi/changeset/169c1f927c9a/
Log: Mention PyPy, at least. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -44,9 +44,12 @@ platform as well as on Win32. There are some Windows-specific issues left. +It currently supports CPython 2.x. Support for PyPy is coming soon. +Support for CPython 3.x should not be too hard. + Requirements: -* Python 2.6 or 2.7 (you need ``python-dev``) +* CPython 2.6 or 2.7 (you need ``python-dev``) * pycparser 2.06: http://code.google.com/p/pycparser/ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
