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 2c2e722 commit 3e12009Copy full SHA for 3e12009
pioinstaller/python.py
@@ -27,10 +27,14 @@
27
28
29
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",
+ "windows_x86": (
+ "https://github.com/platformio/platformio-core-installer/releases/download/"
+ "v0.3.1/python-portable-windows_x86-3.7.7.tar.gz"
+ ),
34
+ "windows_amd64": (
35
36
+ "v0.3.1/python-portable-windows_amd64-3.7.7.tar.gz"
37
38
}
39
40
0 commit comments