We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c3180 commit 9f4951fCopy full SHA for 9f4951f
scripts/cpython-fetch.sh
@@ -44,9 +44,9 @@ fi
44
45
if echo $PYBUILD |grep -q 14$
46
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}
+ wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a1.tar.xz
+ tar xf Python-3.14.0a1.tar.xz
+ ln -s Python-3.14.0a1 cpython${PYBUILD}
50
51
mkdir $ROOT/devices/emsdk/usr/lib $ROOT/devices/$(arch)/usr/lib -p
52
0 commit comments