The GitHub Actions job "Required Checks" on texera.git/renovate/github-actions 
has succeeded.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
77562ffc4c5d12f7be6f31b0cf7d730419ad5540 / Xinyuan Lin <[email protected]>
fix(deps, ci): keep setup-python inside the pyamber-tested range

Renovate bumped the pinned `python-version` on actions/setup-python from
3.11/3.12 to 3.14 in build.yml and benchmarks.yml, and amber-integration
went red on both ubuntu and macOS. Python 3.14 has no numpy 2.1.0 wheel,
so uv falls back to building it from source, and numpy's C sources do not
compile against the 3.14 C API (11 errors out of string_fastsearch.h and
string_buffer.h).

The interpreter is not a free-floating dependency. It has to stay inside
the range the pyamber matrix tests -- 3.11-3.13 -- which is itself bounded
by the numpy/pandas/pyarrow pins renovate.json5 already freezes for the
Arrow IPC data path. The matrix was left at 3.11-3.13 while the scalars
moved to 3.14, and that split is what broke the job.

Restore the three pins and stop Renovate re-proposing them, so the
interpreter moves only when the matrix and the Arrow trio move with it.

Report URL: https://github.com/apache/texera/actions/runs/31995323201

With regards,
GitHub Actions via GitBox

Reply via email to