Skip to content

Commit

Permalink
pop 3.10, bump to 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 11, 2022
1 parent 62a1655 commit 9ea301e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python-wasm-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions scripts/cpython-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ea301e

Please sign in to comment.