Skip to content

Commit 8f367a8

Browse files
committed
3.1.61.13pre
1 parent fba060f commit 8f367a8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-22.04
2020
env:
21-
BUILDS: 3.12 3.13 3.14
21+
BUILDS: 3.12 3.13
2222
SDKROOT: /opt/python-wasm-sdk
2323
Py_GIL_DISABLED: false
2424
wasisdk: false

scripts/cpython-fetch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ then
170170
pwd
171171
ls
172172
echo " * fetching remote cpython sources"
173-
wget -q -c https://www.python.org/ftp/python/3.13.5/Python-3.13.5.tar.xz
174-
tar xf Python-3.13.5.tar.xz || exit 90
175-
ln -s Python-3.13.5 cpython${PYBUILD}
173+
wget -q -c https://www.python.org/ftp/python/3.13.5/Python-3.13.11.tar.xz
174+
tar xf Python-3.13.11.tar.xz || exit 90
175+
ln -s Python-3.13.11 cpython${PYBUILD}
176176

177177

178178
sed -i 's|ProcessPoolExecutor = None|return True|g' cpython3.13/Lib/compileall.py

0 commit comments

Comments
 (0)