Fix doc about Python3.2 testing
This commit is contained in:
parent
87ffb437d8
commit
d1fefe5a69
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue