-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 903 Bytes
/
Copy pathmanifest.json
File metadata and controls
30 lines (30 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"default_python_version": "3.14",
"dart_bridge_version": "1.4.0",
"pythons": {
"3.12": {
"full_version": "3.12.13",
"standalone_release_date": "20260610",
"pyodide_version": "0.27.7",
"pyodide_platform_tag": "pyodide-2024.0-wasm32",
"android_abis": ["arm64-v8a", "x86_64", "armeabi-v7a"],
"prerelease": false
},
"3.13": {
"full_version": "3.13.14",
"standalone_release_date": "20260610",
"pyodide_version": "0.29.4",
"pyodide_platform_tag": "pyemscripten-2025.0-wasm32",
"android_abis": ["arm64-v8a", "x86_64"],
"prerelease": false
},
"3.14": {
"full_version": "3.14.6",
"standalone_release_date": "20260610",
"pyodide_version": "314.0.0",
"pyodide_platform_tag": "pyemscripten-2026.0-wasm32",
"android_abis": ["arm64-v8a", "x86_64"],
"prerelease": false
}
}
}