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 62a1655 commit 9ea301eCopy full SHA for 9ea301e
python-wasm-sdk.sh
@@ -21,7 +21,7 @@ ORIGIN=$(pwd)
21
22
# 3.12 3.11 3.10
23
24
-BUILDS=${BUILDS:-3.12 3.11 3.10}
+BUILDS=${BUILDS:-3.12 3.11}
25
26
for PYBUILD in $BUILDS
27
do
scripts/cpython-fetch.sh
@@ -44,11 +44,11 @@ fi
44
45
if echo $PYBUILD | grep -q 11$
46
then
47
- if false
+ if true
48
49
- wget -q -c https://www.python.org/ftp/python/3.11.0/Python-3.11.0b4.tar.xz
50
- tar xf Python-3.11.0b4.tar.xz
51
- ln -s Python-3.11.0b4 cpython${PYBUILD}
+ wget -q -c https://www.python.org/ftp/python/3.11.1/Python-3.11.1.tar.xz
+ tar xf Python-3.11.1.tar.xz
+ ln -s Python-3.11.1 cpython${PYBUILD}
52
else
53
if [ -d cpython${PYBUILD} ]
54
0 commit comments