Skip to content

Commit 8572287

Browse files
committed
Update Python
1 parent 338ef81 commit 8572287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder-cu128/stage1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ls -lahF
1212

1313
# Download Python Standalone
1414
curl -sSL \
15-
https://github.com/astral-sh/python-build-standalone/releases/download/20251205/cpython-3.12.12+20251205-x86_64-pc-windows-msvc-install_only.tar.gz \
15+
https://github.com/astral-sh/python-build-standalone/releases/download/20251217/cpython-3.12.12+20251217-x86_64-pc-windows-msvc-install_only.tar.gz \
1616
-o python.tar.gz
1717
tar -zxf python.tar.gz
1818
mv python python_standalone

builder/stage1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ls -lahF
1212

1313
# Download Python Standalone
1414
curl -sSL \
15-
https://github.com/astral-sh/python-build-standalone/releases/download/20251205/cpython-3.13.11+20251205-x86_64-pc-windows-msvc-install_only.tar.gz \
15+
https://github.com/astral-sh/python-build-standalone/releases/download/20251217/cpython-3.13.11+20251217-x86_64-pc-windows-msvc-install_only.tar.gz \
1616
-o python.tar.gz
1717
tar -zxf python.tar.gz
1818
mv python python_standalone

0 commit comments

Comments
 (0)