[build] Upgrade all Linux binaries to Python 3.14 (#16738)

Authored by: bashonly
This commit is contained in:
bashonly
2026-05-16 15:06:48 -05:00
committed by GitHub
parent a85b386212
commit 410e0af537
2 changed files with 2 additions and 4 deletions

View File

@@ -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