Skip to content

Commit 78b21b7

Browse files
authored
Merge pull request actions#150 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 03/21/2022
2 parents 8bea4cf + ce8fa50 commit 78b21b7

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

versions-manifest.json

+39
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,45 @@
966966
}
967967
]
968968
},
969+
{
970+
"version": "3.9.11",
971+
"stable": true,
972+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.9.11-2018436241",
973+
"files": [
974+
{
975+
"filename": "python-3.9.11-darwin-x64.tar.gz",
976+
"arch": "x64",
977+
"platform": "darwin",
978+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.11-2018436241/python-3.9.11-darwin-x64.tar.gz"
979+
},
980+
{
981+
"filename": "python-3.9.11-linux-18.04-x64.tar.gz",
982+
"arch": "x64",
983+
"platform": "linux",
984+
"platform_version": "18.04",
985+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.11-2018436241/python-3.9.11-linux-18.04-x64.tar.gz"
986+
},
987+
{
988+
"filename": "python-3.9.11-linux-20.04-x64.tar.gz",
989+
"arch": "x64",
990+
"platform": "linux",
991+
"platform_version": "20.04",
992+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.11-2018436241/python-3.9.11-linux-20.04-x64.tar.gz"
993+
},
994+
{
995+
"filename": "python-3.9.11-win32-x64.zip",
996+
"arch": "x64",
997+
"platform": "win32",
998+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.11-2018436241/python-3.9.11-win32-x64.zip"
999+
},
1000+
{
1001+
"filename": "python-3.9.11-win32-x86.zip",
1002+
"arch": "x86",
1003+
"platform": "win32",
1004+
"download_url": "https://github.com/actions/python-versions/releases/download/3.9.11-2018436241/python-3.9.11-win32-x86.zip"
1005+
}
1006+
]
1007+
},
9691008
{
9701009
"version": "3.9.10",
9711010
"stable": true,

0 commit comments

Comments
 (0)