Skip to content

Commit 9ea301e

Browse files
committed
pop 3.10, bump to 3.11.1
1 parent 62a1655 commit 9ea301e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

python-wasm-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ORIGIN=$(pwd)
2121

2222
# 3.12 3.11 3.10
2323

24-
BUILDS=${BUILDS:-3.12 3.11 3.10}
24+
BUILDS=${BUILDS:-3.12 3.11}
2525

2626
for PYBUILD in $BUILDS
2727
do

scripts/cpython-fetch.sh

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

4545
if echo $PYBUILD | grep -q 11$
4646
then
47-
if false
47+
if true
4848
then
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}
49+
wget -q -c https://www.python.org/ftp/python/3.11.1/Python-3.11.1.tar.xz
50+
tar xf Python-3.11.1.tar.xz
51+
ln -s Python-3.11.1 cpython${PYBUILD}
5252
else
5353
if [ -d cpython${PYBUILD} ]
5454
then

0 commit comments

Comments
 (0)