Re: [Numpy-discussion] Dropping Python 3.7 for NumPy 1.22

2021-08-13 Thread Ralf Gommers
On Fri, Aug 13, 2021 at 3:41 AM Charles R Harris wrote: > Hi All, > > This is to propose dropping Python 3.7 for NumPy 1.22. Doing so will allow > merging the array API standard > (keyword > only arguments), simplify removing import time compiles >

[Numpy-discussion] Dropping Python 3.7 for NumPy 1.22

2021-08-12 Thread Charles R Harris
Hi All, This is to propose dropping Python 3.7 for NumPy 1.22. Doing so will allow merging the array API standard (keyword only arguments), simplify removing import time compiles , allow making 64 bit pickles th