From ba759b59d08418de7373fbbe93294303d309d27f Mon Sep 17 00:00:00 2001 From: Ilan Schnell Date: Sat, 2 Mar 2013 12:53:31 -0600 Subject: [PATCH] update supported dependencies in readme --- README.rst | 10 +++++----- setup.py | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 973dfdb..b16249a 100644 --- a/README.rst +++ b/README.rst @@ -10,15 +10,15 @@ http://www.llvmpy.org Versions -------- -This package has been tested with LLVM 3.1 and 3.2, Python 2.7 and Python 3.2. -Other Python versions should work. +This package has been tested with LLVM 3.2, Python 2.6, 2.7 and 3.3. +Other Python versions may work. Quickstart ---------- -1. Get 3.1 or 3.2 version of LLVM, build it. Make sure ``--enable-pic`` is - passed to LLVM's ``configure``. - +1. Get 3.2 version of LLVM, build it. Make sure ``--enable-pic`` is + passed to LLVM's ``configure``. + For LLVM 3.2, make sure that environment variable ``REQUIRES_RTTI=1`` is defined when running ``make``. Otherwise, you may see "undefined symbol: _ZTIN4llvm24PassRegistrationListenerE". Please refer to diff --git a/setup.py b/setup.py index 4ed5c56..8202c5f 100644 --- a/setup.py +++ b/setup.py @@ -207,7 +207,6 @@ setup( "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", ], **kwds