From 410e0af5379c5fc5f2acb6abaa8965637f80ad76 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Sat, 16 May 2026 15:06:48 -0500 Subject: [PATCH] [build] Upgrade all Linux binaries to Python 3.14 (#16738) Authored by: bashonly --- .github/workflows/build.yml | 4 +--- bundle/docker/linux/build.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f76e0494d..ecb3354337 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: id: linux_matrix env: INPUTS: ${{ toJSON(inputs) }} - PYTHON_VERSION: '3.13' + PYTHON_VERSION: '3.14' UPDATE_TO: yt-dlp/yt-dlp@2025.09.05 shell: python run: | @@ -152,12 +152,10 @@ 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']) diff --git a/bundle/docker/linux/build.sh b/bundle/docker/linux/build.sh index e36976db41..195ab89c8c 100755 --- a/bundle/docker/linux/build.sh +++ b/bundle/docker/linux/build.sh @@ -2,7 +2,7 @@ set -exuo pipefail if [[ -z "${PYTHON_VERSION:-}" ]]; then - PYTHON_VERSION="3.13" + PYTHON_VERSION="3.14" echo "Defaulting to using Python ${PYTHON_VERSION}" fi