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 a49bfb4 commit b1c2dceCopy full SHA for b1c2dce
src/serious_python/bin/package_command.dart
@@ -41,9 +41,9 @@ const platforms = {
41
},
42
"Android": {
43
"arm64-v8a": {"tag": "android-24-arm64-v8a", "mac_ver": ""},
44
- "armeabi-v7a": {"tag": "android-24-armeabi-v7a", "mac_ver": ""},
+ // "armeabi-v7a": {"tag": "android-24-armeabi-v7a", "mac_ver": ""},
45
"x86_64": {"tag": "android-24-x86_64", "mac_ver": ""},
46
- "x86": {"tag": "android-24-x86", "mac_ver": ""}
+ // "x86": {"tag": "android-24-x86", "mac_ver": ""}
47
48
"Pyodide": {
49
"": {"tag": "pyodide-2024.0-wasm32", "mac_ver": ""}
0 commit comments