Re: [Cython] Dropping support for Python 3.2

2017-08-25 Thread Robert Bradshaw
+1 to this. On Fri, Aug 25, 2017 at 1:14 PM, Stefan Behnel wrote: > Hi all, > > the release branch still builds ok with Python 3.2, but master doesn't, and > I'd rather not spend my time on fixing that. Python 3.2 has reached its > final end-of-life in February 2016, so it's really dead for good

Re: [Cython] Dropping support for Python 3.2

2017-08-25 Thread Stefan Behnel
Stefan Behnel schrieb am 25.08.2017 um 22:14: > Hi all, > > the release branch still builds ok with Python 3.2, but master doesn't, and > I'd rather not spend my time on fixing that. Python 3.2 has reached its > final end-of-life in February 2016, so it's really dead for good now. > > https://www

[Cython] Dropping support for Python 3.2

2017-08-25 Thread Stefan Behnel
Hi all, the release branch still builds ok with Python 3.2, but master doesn't, and I'd rather not spend my time on fixing that. Python 3.2 has reached its final end-of-life in February 2016, so it's really dead for good now. https://www.python.org/dev/peps/pep-0392/ I'm not really expecting any