diff --git a/python-wasm-sdk.sh b/python-wasm-sdk.sh index 9ab2b94..783143a 100755 --- a/python-wasm-sdk.sh +++ b/python-wasm-sdk.sh @@ -21,7 +21,7 @@ ORIGIN=$(pwd) # 3.12 3.11 3.10 -BUILDS=${BUILDS:-3.12 3.11 3.10} +BUILDS=${BUILDS:-3.12 3.11} for PYBUILD in $BUILDS do diff --git a/scripts/cpython-fetch.sh b/scripts/cpython-fetch.sh index 567b204..7e25088 100755 --- a/scripts/cpython-fetch.sh +++ b/scripts/cpython-fetch.sh @@ -44,11 +44,11 @@ fi if echo $PYBUILD | grep -q 11$ then - if false + if true then - wget -q -c https://www.python.org/ftp/python/3.11.0/Python-3.11.0b4.tar.xz - tar xf Python-3.11.0b4.tar.xz - 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} else if [ -d cpython${PYBUILD} ] then