Re: [Cython] Drop Cython wheels for 2.6?

2017-11-20 Thread Robert Bradshaw
Wheels are a convenience; I'm OK with not going through extra hoops to support them for a version of Python retired years ago. Until we actually drop support for 2.6 entirely one can still install from source. On Mon, Nov 20, 2017 at 5:57 PM, Nathaniel Smith wrote: > On Mon, Nov 20, 2017 at 4:08

Re: [Cython] Drop Cython wheels for 2.6?

2017-11-20 Thread Nathaniel Smith
On Mon, Nov 20, 2017 at 4:08 PM, Matthew Brett wrote: > Hi, > > The manylinux1 docker image has just stopped supporting Python 2.6, so > we can no longer build Python 2.6 wheels without putting some hacks on > top: > > https://github.com/pypa/manylinux/pull/125#issuecomment-345770870 > > Do y'all

[Cython] Drop Cython wheels for 2.6?

2017-11-20 Thread Matthew Brett
Hi, The manylinux1 docker image has just stopped supporting Python 2.6, so we can no longer build Python 2.6 wheels without putting some hacks on top: https://github.com/pypa/manylinux/pull/125#issuecomment-345770870 Do y'all care about that? Cheers, Matthew ___