Displaying 1 result from an estimated 1 matches for "5315f56b".
2015 Feb 06
2
[LLVMdev] About python requirement, can down to 2.6 for rhel 6?
Hello, I notice llvm begin require python atleast 2.7,
Then I saw the commit log
>>> 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.
>>>