mirror of
https://github.com/sparckles/Robyn.git
synced 2026-08-02 00:28:27 +08:00
The manylinux2014-cross Docker image does not have Python 3.14 target support for armv7 (only cp3[7-13] built from source), and the aarch64 target's build-details.json is missing the `extension_suffix` field that maturin requires for PEP 739 cross-compilation. This matches the release-CI.yml matrix which already stops at Python 3.13. Also bumps actions/checkout from v3 to v4 for consistency. Made-with: Cursor