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
SciPy 1.18.1 (21 August 2026) is the first release to publish `cp315` wheels,
which was the whole block: `utils/lapackdrivers.pyx` does
`from scipy.linalg.cython_lapack cimport ...`, so SciPy is a build dependency
and the extensions did not compile on 3.15 at all.
Adds 3.15 to the CI test matrix, to `[tool.cibuildwheel] build`, and to the
classifiers, with `allow-prereleases` on the test job's `setup-python` since
3.15 is at rc2. Verified locally against 3.15.0rc1: the wheel builds under
meson-python and all 57 tests pass, no source changes needed.
The matrix comment gains "stable". macOS and Windows stay on 3.14 — as they
also do in pylu — so "newest Python" stopped describing the matrix once Linux
went to 3.15.
Removes the deferred item that recorded the block; the one-command check it
carried now passes.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01J1djVVwJCFVPARVfV6qK67
0 commit comments