Fix doc about Python3.2 testing

This commit is contained in:
Siu Kwan Lam 2012-10-10 10:58:02 -05:00
commit d1fefe5a69
2 changed files with 4 additions and 5 deletions

View file

@ -10,7 +10,7 @@ http://www.llvmpy.org
Versions
--------
This package has only been tested with LLVM 3.1, and Python 2.7, but it should work with Python 3.x
This package has only been tested with LLVM 3.1, and Python 2.7 and Python 3.2.
Quickstart
----------
@ -28,7 +28,7 @@ Quickstart
$ python -c "import llvm; llvm.test()"
3. See documentation at 'http://www.llvmpy.org/pages.html' and examples
3. See documentation at 'http://www.llvmpy.org' and examples
under 'test'.
LICENSE

View file

@ -41,9 +41,8 @@ Versions
llvmpy 0.8.2 requires version 3.1 of LLVM. It may not work with
previous versions.
llvmpy has been built and tested with Python 2.7. It should work with
earlier versions. It has not been tried with Python 3.x (patches
welcome).
llvmpy has been built and tested with Python 2.7 and 3.2. It should work with
earlier versions.
Installation