[Numpy-discussion] Re: Please consider dropping Python 3.9 support for Numpy 2.0

2024-05-08 Thread Thomas Caswell
I think the spirit of NEP 29 is to pick your supported Python's when you pick a target release date and you should then stick to it (to avoid "we delayed so long we are over a cliff" decisions like this one). We did NEP29 around the same time that Python went from 18 to 12 month releases (my memor

[Numpy-discussion] Re: Please consider dropping Python 3.9 support for Numpy 2.0

2024-05-08 Thread Aaron Meurer
On Tue, May 7, 2024 at 6:03 AM Henry Schreiner wrote: > > This will be messier for projects building wheels and wanting to support > non-EoL Python versions. To build a wheel with anything other than pybind11, > you now need the oldest supported NumPy for Python < 3.9, the latest NumPy 1 > for

[Numpy-discussion] Re: numpy on iOS

2024-05-08 Thread Vitalii Bondur
Thanks a lot! With new CPython 3.13 native mobile builds I hope the process could be simplified in future. ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.pyt

[Numpy-discussion] Re: Please consider dropping Python 3.9 support for Numpy 2.0

2024-05-08 Thread Sebastian Berg
On Mon, 2024-05-06 at 22:39 +, Henry Schreiner wrote: > This will be messier for projects building wheels and wanting to > support non-EoL Python versions. To build a wheel with anything other > than pybind11, you now need the oldest supported NumPy for Python < > 3.9, the latest NumPy 1 for Py