[build] Bump musllinux Python version to 3.14 (#14623)

Authored by: bashonly
This commit is contained in:
bashonly 2025-11-08 19:33:30 -06:00 committed by GitHub
parent a0bda3b786
commit 646904cd3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,10 +153,12 @@ jobs:
'os': 'musllinux',
'arch': 'x86_64',
'runner': 'ubuntu-24.04',
'python_version': '3.14',
}, {
'os': 'musllinux',
'arch': 'aarch64',
'runner': 'ubuntu-24.04-arm',
'python_version': '3.14',
}],
}
INPUTS = json.loads(os.environ['INPUTS'])