[Numpy-discussion] NumPy 2.3.3 released

2025-09-09 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.3.3. The NumPy 2.3.3 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python 3.11-3.14. Wheels can be downloaded from PyPI

[Numpy-discussion] dropping Intel x86-64 wheels for the next release?

2025-09-09 Thread Ralf Gommers via NumPy-Discussion
Hi all, GitHub Actions has deprecated the macos-13 image [1], which was the last image to support Intel x86-64 runners. As a result, we won't be able to use our current wheel build setup. A quick sampling of what others are doing with their support policies: CPython dropped it to Tier 2 [2], Anac