Skip to content

Commit 57c9330

Browse files
committed
remove 3.11
1 parent bae43d1 commit 57c9330

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

python-wasi-sdk.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,12 @@ ORIGIN=$(pwd)
5454

5555
# 3.12 3.11 3.10
5656

57-
BUILDS=${BUILDS:-3.11 3.13 3.12}
57+
BUILDS=${BUILDS:-3.12 3.13}
5858

5959
for PYBUILD in $BUILDS
6060
do
6161
cd "$ORIGIN"
6262

63-
# if echo $PYBUILD|grep -q 12$
64-
# then
65-
# wasisdk=true
66-
# else
67-
# wasisdk=false
68-
# fi
6963

7064
if [ -f ${SDKROOT}/dev ]
7165
then

python-wasm-sdk.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,12 @@ ORIGIN=$(pwd)
5454

5555
# 3.12 3.11 3.10
5656

57-
BUILDS=${BUILDS:-3.11 3.13 3.12}
57+
BUILDS=${BUILDS:-3.12 3.13}
5858

5959
for PYBUILD in $BUILDS
6060
do
6161
cd "$ORIGIN"
6262

63-
# if echo $PYBUILD|grep -q 12$
64-
# then
65-
# wasisdk=true
66-
# else
67-
# wasisdk=false
68-
# fi
6963

7064
if [ -f ${SDKROOT}/dev ]
7165
then

0 commit comments

Comments
 (0)