We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba060f commit 8f367a8Copy full SHA for 8f367a8
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
build:
19
runs-on: ubuntu-22.04
20
env:
21
- BUILDS: 3.12 3.13 3.14
+ BUILDS: 3.12 3.13
22
SDKROOT: /opt/python-wasm-sdk
23
Py_GIL_DISABLED: false
24
wasisdk: false
scripts/cpython-fetch.sh
@@ -170,9 +170,9 @@ then
170
pwd
171
ls
172
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}
+ wget -q -c https://www.python.org/ftp/python/3.13.5/Python-3.13.11.tar.xz
+ tar xf Python-3.13.11.tar.xz || exit 90
+ ln -s Python-3.13.11 cpython${PYBUILD}
176
177
178
sed -i 's|ProcessPoolExecutor = None|return True|g' cpython3.13/Lib/compileall.py
0 commit comments