mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
fix(setup): update default Python version in setup script to 3.14
This commit is contained in:
parent
89631d0231
commit
62e4ec0001
1 changed files with 2 additions and 2 deletions
|
|
@ -3,12 +3,12 @@
|
|||
# Source: https://www.python.org
|
||||
#
|
||||
# Usage: setup-python.sh [version]
|
||||
# version: exact (3.13.9) or minor (3.13, resolved to latest patch).
|
||||
# version: exact (3.14.x) or minor (3.14, resolved to latest patch).
|
||||
set -eu
|
||||
|
||||
. "$(dirname "$0")/priv.sh"
|
||||
|
||||
PY_INPUT="${1:-3.13}"
|
||||
PY_INPUT="${1:-3.14}"
|
||||
|
||||
CURRENT="$(python3 --version 2>/dev/null | sed 's/Python //')" || true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue