Skip to content

Commit 9f4951f

Browse files
committed
3.14a1
1 parent f1c3180 commit 9f4951f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/cpython-fetch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ fi
4444

4545
if echo $PYBUILD |grep -q 14$
4646
then
47-
wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a0.tar.xz
48-
tar xf Python-3.14.0a0.tar.xz
49-
ln -s Python-3.14.0a0 cpython${PYBUILD}
47+
wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a1.tar.xz
48+
tar xf Python-3.14.0a1.tar.xz
49+
ln -s Python-3.14.0a1 cpython${PYBUILD}
5050

5151
mkdir $ROOT/devices/emsdk/usr/lib $ROOT/devices/$(arch)/usr/lib -p
5252

0 commit comments

Comments
 (0)