Re: [Numpy-discussion] Unsupporting python3.5

2019-10-19 Thread Evgeni Burovski
> > >>> That's fair. The 1.17.3 release supporting Python 3.5--3.8 went well >>> enough. The only glitch was that I had to explicitly use OSX 10.6 and icode >>> 6.4 for the 3.5 wheels on the Mac. >>> >> >> So do you have a preference for dropping or not dropping for 1.18? >> > > Let's not drop

Re: [Numpy-discussion] Unsupporting python3.5

2019-10-19 Thread Charles R Harris
On Sat, Oct 19, 2019 at 4:42 AM Ralf Gommers wrote: > > > On Fri, Oct 18, 2019 at 2:36 PM Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Fri, Oct 18, 2019 at 3:06 AM Ralf Gommers >> wrote: >> >>> >>> >>> On Fri, Oct 11, 2019 at 4:18 AM Charles R Harris < >>> charlesr.har...

Re: [Numpy-discussion] Unsupporting python3.5

2019-10-19 Thread Ralf Gommers
On Fri, Oct 18, 2019 at 2:36 PM Charles R Harris wrote: > > > On Fri, Oct 18, 2019 at 3:06 AM Ralf Gommers > wrote: > >> >> >> On Fri, Oct 11, 2019 at 4:18 AM Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Thu, Oct 10, 2019 at 6:02 PM Stefan van der Walt < >>> stef...@

Re: [Numpy-discussion] Unsupporting python3.5

2019-10-18 Thread Charles R Harris
On Fri, Oct 18, 2019 at 3:06 AM Ralf Gommers wrote: > > > On Fri, Oct 11, 2019 at 4:18 AM Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Thu, Oct 10, 2019 at 6:02 PM Stefan van der Walt >> wrote: >> >>> On Thu, Oct 10, 2019, at 09:34, Charles R Harris wrote: >>> >>> I think

Re: [Numpy-discussion] Unsupporting python3.5

2019-10-18 Thread Ralf Gommers
On Fri, Oct 11, 2019 at 4:18 AM Charles R Harris wrote: > > > On Thu, Oct 10, 2019 at 6:02 PM Stefan van der Walt > wrote: > >> On Thu, Oct 10, 2019, at 09:34, Charles R Harris wrote: >> >> I think we can support 3.5 as long as we please, the question is how long >> we *want* to support it. I do

Re: [Numpy-discussion] Unsupporting python3.5

2019-10-10 Thread Charles R Harris
On Thu, Oct 10, 2019 at 6:02 PM Stefan van der Walt wrote: > On Thu, Oct 10, 2019, at 09:34, Charles R Harris wrote: > > I think we can support 3.5 as long as we please, the question is how long > we *want* to support it. I don't plan to release 1.18 wheels for 3.5, but > I'm concerned about maki

Re: [Numpy-discussion] Unsupporting python3.5

2019-10-10 Thread Stefan van der Walt
On Thu, Oct 10, 2019, at 09:34, Charles R Harris wrote: > I think we can support 3.5 as long as we please, the question is how long we > *want* to support it. I don't plan to release 1.18 wheels for 3.5, but I'm > concerned about making 1.18 outright incompatible with 3.5. I would like to > see

Re: [Numpy-discussion] Unsupporting python3.5

2019-10-10 Thread Charles R Harris
On Thu, Oct 10, 2019 at 9:31 AM Matti Picus wrote: > According to NEP 29, numpy 1.18 will be released after Sept 2019, which as > I understand it is the cutoff for Python 3.5. In PR 14673 I proposed > removing it from the test matrix and also removing some shims in the code > to support it - mean