Skip to content

Commit 1a5414f

Browse files
committed
Update versions-manifest
1 parent 2e89c64 commit 1a5414f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

versions-manifest.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,39 @@
7777
}
7878
]
7979
},
80+
{
81+
"version": "3.10.1",
82+
"stable": true,
83+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.1-120279",
84+
"files": [
85+
{
86+
"filename": "python-3.10.1-linux-18.04-x64.tar.gz",
87+
"arch": "x64",
88+
"platform": "linux",
89+
"platform_version": "18.04",
90+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.1-120279/python-3.10.1-linux-18.04-x64.tar.gz"
91+
},
92+
{
93+
"filename": "python-3.10.1-linux-20.04-x64.tar.gz",
94+
"arch": "x64",
95+
"platform": "linux",
96+
"platform_version": "20.04",
97+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.1-120279/python-3.10.1-linux-20.04-x64.tar.gz"
98+
},
99+
{
100+
"filename": "python-3.10.1-win32-x64.zip",
101+
"arch": "x64",
102+
"platform": "win32",
103+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.1-120279/python-3.10.1-win32-x64.zip"
104+
},
105+
{
106+
"filename": "python-3.10.1-win32-x86.zip",
107+
"arch": "x86",
108+
"platform": "win32",
109+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.1-120279/python-3.10.1-win32-x86.zip"
110+
}
111+
]
112+
},
80113
{
81114
"version": "3.10.0",
82115
"stable": true,

0 commit comments

Comments
 (0)