You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-build numpy for Python 3.15; exclude 3.15 from releases
numpy 2.4.x has no pre-built wheel for Python 3.15 yet, and its
[tool.cibuildwheel] config is incompatible with cibuildwheel v4.0.
Build numpy from patched sdist via cibuildwheel with -Dallow-noblas=true
on all platforms (linux-64, linux-aarch64, win-64).
Also exclude python315 artifacts from release publishing since 3.15
is pre-release and not ready for PyPI.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments