8000 Merge pull request #73 from actions/update-versions-manifest-file · mxschmitt/python-versions@50aa287 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50aa287

Browse files
authored
Merge pull request actions#73 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 12/22/2020
2 parents cf414aa + 139e1b9 commit 50aa287

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

versions-manifest.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,52 @@
459459
}
460460
]
461461
},
462+
{
463+
"version": "3.8.7",
464+
"stable": true,
465+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.8.7-93274",
466+
"files": [
467+
{
468+
"filename": "python-3.8.7-darwin-x64.tar.gz",
469+
"arch": "x64",
470+
"platform": "darwin",
471+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.7-93274/python-3.8.7-darwin-x64.tar.gz"
472+
},
473+
{
474+
"filename": "python-3.8.7-linux-16.04-x64.tar.gz",
475+
"arch": "x64",
476+
"platform": "linux",
477+
"platform_version": "16.04",
478+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.7-93274/python-3.8.7-linux-16.04-x64.tar.gz"
479+
},
480+
{
481+
"filename": "python-3.8.7-linux-18.04-x64.tar.gz",
482+
"arch": "x64",
483+
"platform": "linux",
484+
"platform_version": "18.04",
485+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.7-93274/python-3.8.7-linux-18.04-x64.tar.gz"
486+
},
487+
{
488+
"filename": "python-3.8.7-linux-20.04-x64.tar.gz",
489+
"arch": "x64",
490+
"platform": "linux",
491+
"platform_version": "20.04",
492+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.7-93274/python-3.8.7-linux-20.04-x64.tar.gz"
493+
},
494+
{
495+
"filename": "python-3.8.7-win32-x64.zip",
496+
"arch": "x64",
497+
"platform": "win32",
498+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.7-93274/python-3.8.7-win32-x64.zip"
499+
},
500+
{
501+
"filename": "python-3.8.7-win32-x86.zip",
502+
"arch": "x86",
503+
"platform": "win32",
504+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.7-93274/python-3.8.7-win32-x86.zip"
505+
}
506+
]
507+
},
462508
{
463509
"version": "3.8.6",
464510
"stable": true,

0 commit comments

Comments
 (0)
0