summaryrefslogtreecommitdiffstats
path: root/docs/TestingGuide.rst
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-12-12 15:29:31 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-12-12 15:29:31 +0000
commit708bc15ff07dc2fcee3a66988bfc5bc15b80eb5f (patch)
treec794f51e3a8db9c146cb662e5f96b109a23f47a6 /docs/TestingGuide.rst
parent7db20652360af3b8ba19e0922ad4bc02d96f7975 (diff)
Require python 2.7.
We were already requiring 2.5, which meant that people on old linux distros had to upgrade anyway. Requiring python 2.6 will make supporting 3.X easier as we can use the 3.X exception syntax. According to the discussion on llvmdev, there is not much value is requiring just 2.6, we may as well just require 2.7. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.rst')
-rw-r--r--docs/TestingGuide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst
index fa0b5dd698e1..3463156495a9 100644
--- a/docs/TestingGuide.rst
+++ b/docs/TestingGuide.rst
@@ -22,7 +22,7 @@ Requirements
============
In order to use the LLVM testing infrastructure, you will need all of the
-software required to build LLVM, as well as `Python <http://python.org>`_ 2.5 or
+software required to build LLVM, as well as `Python <http://python.org>`_ 2.7 or
later.
LLVM testing infrastructure organization