1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-13 21:15:15 +00:00

[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

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'])