mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-13 01:42:41 +00:00
[build] Upgrade all Linux binaries to Python 3.14 (#16738)
Authored by: bashonly
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user