Skip to content

Commit 3e12009

Browse files
committed
Switch to portable Python from GitHub release
1 parent 2c2e722 commit 3e12009

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pioinstaller/python.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@
2727

2828

2929
PORTABLE_PYTHONS = {
30-
"windows_x86": "https://dl.bintray.com/platformio/dl-misc/"
31-
"python-portable-windows_x86-3.7.7.tar.gz",
32-
"windows_amd64": "https://dl.bintray.com/platformio/dl-misc/"
33-
"python-portable-windows_amd64-3.7.7.tar.gz",
30+
"windows_x86": (
31+
"https://github.com/platformio/platformio-core-installer/releases/download/"
32+
"v0.3.1/python-portable-windows_x86-3.7.7.tar.gz"
33+
),
34+
"windows_amd64": (
35+
"https://github.com/platformio/platformio-core-installer/releases/download/"
36+
"v0.3.1/python-portable-windows_amd64-3.7.7.tar.gz"
37+
),
3438
}
3539

3640

0 commit comments

Comments
 (0)