Sync latest Python releases (#10637)

See
20250115

---------

Co-authored-by: zanieb <2586601+zanieb@users.noreply.github.com>
Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
github-actions[bot] 2025-01-15 12:55:31 -06:00 committed by GitHub
parent ad075c3751
commit ea0ae5e1c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1920 additions and 522 deletions

View file

@ -73,6 +73,8 @@ def prepare_arch(arch: dict) -> tuple[str, str]:
family = "Arm(target_lexicon::ArmArchitecture::Armv5te)"
case "armv7":
family = "Arm(target_lexicon::ArmArchitecture::Armv7)"
case "riscv64":
family = "Riscv64(target_lexicon::Riscv64Architecture::Riscv64)"
case value:
family = value.capitalize()
variant = (