mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 23:39:38 +00:00
Update versions-manifest based on build from 20200721.2 (#44)
Co-authored-by: Service account <no-reply@microsoft.com>
This commit is contained in:
@ -829,43 +829,25 @@
|
|||||||
"version": "3.4.10",
|
"version": "3.4.10",
|
||||||
"stable": true,
|
"stable": true,
|
||||||
"release_url": "https://github.com/actions/python-versions/releases/tag/3.4.10",
|
"release_url": "https://github.com/actions/python-versions/releases/tag/3.4.10",
|
||||||
"files": [
|
"files": {
|
||||||
{
|
"filename": "python-3.4.10-linux-18.04-x64.tar.gz",
|
||||||
"filename": "python-3.4.10-linux-16.04-x64.tar.gz",
|
"arch": "x64",
|
||||||
"arch": "x64",
|
"platform": "linux",
|
||||||
"platform": "linux",
|
"platform_version": "18.04",
|
||||||
"platform_version": "16.04",
|
"download_url": "https://github.com/actions/python-versions/releases/download/3.4.10/python-3.4.10-linux-18.04-x64.tar.gz"
|
||||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.4.10/python-3.4.10-linux-16.04-x64.tar.gz"
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "python-3.4.10-linux-18.04-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "linux",
|
|
||||||
"platform_version": "18.04",
|
|
||||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.4.10/python-3.4.10-linux-18.04-x64.tar.gz"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "3.3.7",
|
"version": "3.3.7",
|
||||||
"stable": true,
|
"stable": true,
|
||||||
"release_url": "https://github.com/actions/python-versions/releases/tag/3.3.7",
|
"release_url": "https://github.com/actions/python-versions/releases/tag/3.3.7",
|
||||||
"files": [
|
"files": {
|
||||||
{
|
"filename": "python-3.3.7-linux-18.04-x64.tar.gz",
|
||||||
"filename": "python-3.3.7-linux-16.04-x64.tar.gz",
|
"arch": "x64",
|
||||||
"arch": "x64",
|
"platform": "linux",
|
||||||
"platform": "linux",
|
"platform_version": "18.04",
|
||||||
"platform_version": "16.04",
|
"download_url": "https://github.com/actions/python-versions/releases/download/3.3.7/python-3.3.7-linux-18.04-x64.tar.gz"
|
||||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.3.7/python-3.3.7-linux-16.04-x64.tar.gz"
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "python-3.3.7-linux-18.04-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "linux",
|
|
||||||
"platform_version": "18.04",
|
|
||||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.3.7/python-3.3.7-linux-18.04-x64.tar.gz"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "2.7.18",
|
"version": "2.7.18",
|
||||||
@ -958,33 +940,5 @@
|
|||||||
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.17-20200603.24/python-2.7.17-win32-x86.zip"
|
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.17-20200603.24/python-2.7.17-win32-x86.zip"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"version": "2.6.9",
|
|
||||||
"stable": true,
|
|
||||||
"release_url": "https://github.com/actions/python-versions/releases/tag/2.6.9",
|
|
||||||
"files": [
|
|
||||||
{
|
|
||||||
"filename": "python-2.6.9-linux-16.04-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "linux",
|
|
||||||
"platform_version": "16.04",
|
|
||||||
"download_url": "https://github.com/actions/python-versions/releases/download/2.6.9/python-2.6.9-linux-16.04-x64.tar.gz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "python-2.6.9-linux-18.04-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "linux",
|
|
||||||
"platform_version": "18.04",
|
|
||||||
"download_url": "https://github.com/actions/python-versions/releases/download/2.6.9/python-2.6.9-linux-18.04-x64.tar.gz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "python-2.6.9-linux-20.04-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "linux",
|
|
||||||
"platform_version": "20.04",
|
|
||||||
"download_url": "https://github.com/actions/python-versions/releases/download/2.6.9/python-2.6.9-linux-20.04-x64.tar.gz"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user