Upgrade to Pyodide 0.23.4 (with Python 3.11) and compile dependencies (#603)

* Build packages with latest pyodide, compile wheels to use pyc files, output package_filenames.json
This commit is contained in:
Alex Hall
2023-08-02 20:15:53 +02:00
committed by GitHub
parent 4cfa033078
commit d72f177be0
4 changed files with 29 additions and 4 deletions

View File

@@ -10,6 +10,6 @@ if [[ ! -e _build/worker ]]; then
mkdir -p _build/worker
cd _build/worker
yarn init --yes
yarn add pyodide@0.22.1
yarn add pyodide@0.23.4
cd ../..
fi