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

[Cython] Release candidate for 0.26.1

2017-08-25 Thread Stefan Behnel
Hi all, I've tagged a release candidate for the 0.26.1 bug fix release. Please give it some final testing. https://github.com/cython/cython/archive/0.26.1rc1.tar.gz Here is the changelog: https://github.com/cython/cython/blob/0.26.1rc1/CHANGES.rst Stefan ___

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-25 Thread Stefan Behnel
Robert Bradshaw schrieb am 25.08.2017 um 17:43: > On Thu, Aug 17, 2017 at 5:18 AM, Stefan Behnel wrote: >> I think we're ready for a release candidate >> then, or is there anything still open? > > Any updates on this? Sorry, was heavily occupied with fixing things up for the next major release. T

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-25 Thread Robert Bradshaw
On Thu, Aug 17, 2017 at 5:18 AM, Stefan Behnel wrote: > Stefan Behnel schrieb am 02.08.2017 um 11:44: >> Given the current set of bugs and regressions in 0.26, I think we should >> start preparing a 0.26.1 release. I've already updated the release branch >> with recent fixes. It's currently the sa