Skip to content

Commit 11c48b4

Browse files
committed
Update versions-manifest
1 parent e7a13ad commit 11c48b4

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

versions-manifest.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
11
[
2+
{
3+
"version": "3.11.0",
4+
"stable": true,
5+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.11.0-3320066239",
6+
"files": [
7+
{
8+
"filename": "python-3.11.0-linux-18.04-x64.tar.gz",
9+
"arch": "x64",
10+
"platform": "linux",
11+
"platform_version": "18.04",
12+
"download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3320066239/python-3.11.0-linux-18.04-x64.tar.gz"
13+
},
14+
{
15+
"filename": "python-3.11.0-linux-20.04-x64.tar.gz",
16+
"arch": "x64",
17+
"platform": "linux",
18+
"platform_version": "20.04",
19+
"download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3320066239/python-3.11.0-linux-20.04-x64.tar.gz"
20+
},
21+
{
22+
"filename": "python-3.11.0-linux-22.04-x64.tar.gz",
23+
"arch": "x64",
24+
"platform": "linux",
25+
"platform_version": "22.04",
26+
"download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3320066239/python-3.11.0-linux-22.04-x64.tar.gz"
27+
},
28+
{
29+
"filename": "python-3.11.0-win32-x64.zip",
30+
"arch": "x64",
31+
"platform": "win32",
32+
"download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3320066239/python-3.11.0-win32-x64.zip"
33+
},
34+
{
35+
"filename": "python-3.11.0-win32-x86.zip",
36+
"arch": "x86",
37+
"platform": "win32",
38+
"download_url": "https://github.com/actions/python-versions/releases/download/3.11.0-3320066239/python-3.11.0-win32-x86.zip"
39+
}
40+
]
41+
},
242
{
343
"version": "3.11.0-rc.2",
444
"stable": false,

0 commit comments

Comments
 (0)