Re: [Cython] Cython 0.26 release candidate.

2017-07-14 Thread Robert Bradshaw
Some last-minute commits to unbreak Py3.7. New release candidate at http://bradshawfamily.net/cython/Cython-0.26rc1.tar.gz (sdist) or https://github.com/cython/cython/archive/0.26rc1.zip (git) On Fri, Jul 14, 2017 at 5:28 PM, Robert Bradshaw wrote: > Looks like everything's gone smoothly with

[Cython] Cython 0.26 release candidate.

2017-07-14 Thread Robert Bradshaw
Looks like everything's gone smoothly with the beta. I have prepared a release candidate, likely to become the final release. The git sources are available at https://github.com/cython/cython/archive/0.26rc0.zip I have also created an sdist, up at http://bradshawfamily.net/cython/Cython-0.26rc0.ta