Skip to content

Commit 82ac2d1

Browse files
committed
missing 3.12
1 parent 65df305 commit 82ac2d1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

python-wasi-sdk.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ then
3838
fi
3939

4040

41-
42-
4341
if [ -d ${SDKROOT} ]
4442
then
4543
echo "Assuming destination $SDKROOT is ready"
@@ -52,7 +50,7 @@ chmod +x ${SDKROOT}/scripts/*
5250

5351
ORIGIN=$(pwd)
5452

55-
BUILDS=${BUILDS:-3.13}
53+
BUILDS=${BUILDS:-"3.12 3.13"}
5654

5755
for PYBUILD in $BUILDS
5856
do

python-wasm-sdk.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ then
3838
fi
3939

4040

41-
42-
4341
if [ -d ${SDKROOT} ]
4442
then
4543
echo "Assuming destination $SDKROOT is ready"
@@ -52,7 +50,7 @@ chmod +x ${SDKROOT}/scripts/*
5250

5351
ORIGIN=$(pwd)
5452

55-
BUILDS=${BUILDS:-3.13}
53+
BUILDS=${BUILDS:-"3.12 3.13"}
5654

5755
for PYBUILD in $BUILDS
5856
do

0 commit comments

Comments
 (0)