diff --git a/README.rst b/README.rst index e8a5ffc..4bda151 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/source/doc/getting_started.rst b/docs/source/doc/getting_started.rst index 47e465a..36a408a 100644 --- a/docs/source/doc/getting_started.rst +++ b/docs/source/doc/getting_started.rst @@ -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