8000 Use ARM Python3 on M1 (#1976) · LinusHeu/arduino-pico@1a30113 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a30113

Browse files
Use ARM Python3 on M1 (earlephilhower#1976)
1 parent f1170e9 commit 1a30113

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package/package_pico_index.template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,10 @@
459459
},
460460
{
461461
"host": "arm64-apple-darwin",
462-
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.0.1-base/python3-macosx-portable.tar.gz",
463-
"archiveFileName": "python3-macosx-portable.tar.gz",
464-
"checksum": "SHA-256:01a5bf1fa264c6f04cfaadf4c6e9f6caaacb6833ef40104dfbe953fcdb9bca1c",
465-
"size": "25494144"
462+
"url": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/python3.18-portable-darwin_arm64.tar.gz",
463+
"archiveFileName": "python3.18-portable-darwin_arm64.tar.gz",
464+
"checksum": "SHA-256:ac6ee694191ac4db770e147429a7606b50063110db9ccbaf46e0e5ff8f7dcd20",
465+
"size": "90294119"
466466
},
467467
{
468468
"host": "x86_64-pc-linux-gnu",

0 commit comments

Comments
 (0)
0