On 10/10/13 12:45, Allan McRae wrote: > On 10/10/13 10:35, Jeremy Heiner wrote: >> Running the tests with various Python versions revealed that exactly >> one 2.6 feature had been introduced: sys.maxsize was used in the >> "query006" test. Now it uses sys.maxsize where available and falls >> back to use sys.maxint. > > python-2.5 is EOL upstream. I see no need to support software that is > not supported by its developers. >
In fact, python 2.6 will be EOL with 2.6.9 which is released this month. I'd say not even to support that. Allan
