Sanskar Jethi 4ea10a7e4a
fix(ci): remove Python 3.14 from linux-cross preview matrix (#1362)
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
2026-03-28 17:56:22 +00:00
..