mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-14 19:17:12 +00:00
* ci: update GraalPy from 24.2 to 25.0 (Python 3.12 based) - Replace graalpy-24.2 with graalpy-25.0 in CI matrix - Replace graalpy-24.1 with graalpy-24.2 (shift older version up) - Remove dead GRAALPY_VERSION < (24, 2) xfail guards from tests - Remove unused GRAALPY_VERSION from tests/env.py - Update internals.h comment to reference v25.0 Assisted-by: OpenCode:glm-5 * fix: use numpy 2.2.x for GraalPy 3.12 (graalpy312 wheels) numpy 1.26.x only has graalpy311 wheels; GraalPy 25.0 (Python 3.12) requires numpy 2.2.x which has graalpy312 wheels on the GraalVM index. Assisted-by: OpenCode:glm-5 * fix: simplify numpy requirement for GraalPy (drop 3.11 branch) We no longer test GraalPy 3.11, so the version split is unnecessary. Assisted-by: OpenCode:glm-5