Skip to content

Commit 97c0803

Browse files
committed
Update python-build-standalone URL to 20260203
Bump PYTHON_URL_PREFIX in setup.sh to use the indygreg/python-build-standalone release tagged 20260203 (updates the suffix from +20241016 to +20260203), so the installer fetches the newer prebuilt CPython artifacts.
1 parent 8930fdf commit 97c0803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PYTHON_VERSION=$1
2828
read python_version_major python_version_minor < <(echo $PYTHON_VERSION | sed -E 's/^([0-9]+)\.([0-9]+).*/\1 \2/')
2929
PYTHON_VER=$python_version_major.$python_version_minor
3030

31-
PYTHON_URL_PREFIX=https://github.com/indygreg/python-build-standalone/releases/download/20241016/cpython-$PYTHON_VERSION+20241016
31+
PYTHON_URL_PREFIX=https://github.com/indygreg/python-build-standalone/releases/download/20260203/cpython-$PYTHON_VERSION+20260203
3232

3333
echo "Python version: $PYTHON_VERSION"
3434
echo "Python short version: $PYTHON_VER"

0 commit comments

Comments
 (0)