Skip to content

Commit af22c2b

Browse files
Update versions-manifest (actions#251)
Co-authored-by: Service account <[email protected]>
1 parent e605eda commit af22c2b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

versions-manifest.json

+45
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,51 @@
8989
}
9090
]
9191
},
92+
{
93+
"version": "3.12.1",
94+
"stable": true,
95+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.12.1-7137802158",
96+
"files": [
97+
{
98+
"filename": "python-3.12.1-darwin-arm64.tar.gz",
99+
"arch": "arm64",
100+
"platform": "darwin",
101+
"download_url": "https://github.com/actions/python-versions/releases/download/3.12.1-7137802158/python-3.12.1-darwin-arm64.tar.gz"
102+
},
103+
{
104+
"filename": "python-3.12.1-darwin-x64.tar.gz",
105+
"arch": "x64",
106+
"platform": "darwin",
107+
"download_url": "https://github.com/actions/python-versions/releases/download/3.12.1-7137802158/python-3.12.1-darwin-x64.tar.gz"
108+
},
109+
{
110+
"filename": "python-3.12.1-linux-20.04-x64.tar.gz",
111+
"arch": "x64",
112+
"platform": "linux",
113+
"platform_version": "20.04",
114+
"download_url": "https://github.com/actions/python-versions/releases/download/3.12.1-7137802158/python-3.12.1-linux-20.04-x64.tar.gz"
115+
},
116+
{
117+
"filename": "python-3.12.1-linux-22.04-x64.tar.gz",
118+
"arch": "x64",
119+
"platform": "linux",
120+
"platform_version": "22.04",
121+
"download_url": "https://github.com/actions/python-versions/releases/download/3.12.1-7137802158/python-3.12.1-linux-22.04-x64.tar.gz"
122+
},
123+
{
124+
"filename": "python-3.12.1-win32-x64.zip",
125+
"arch": "x64",
126+
"platform": "win32",
127+
"download_url": "https://github.com/actions/python-versions/releases/download/3.12.1-7137802158/python-3.12.1-win32-x64.zip"
128+
},
129+
{
130+
"filename": "python-3.12.1-win32-x86.zip",
131+
"arch": "x86",
132+
"platform": "win32",
133+
"download_url": "https://github.com/actions/python-versions/releases/download/3.12.1-7137802158/python-3.12.1-win32-x86.zip"
134+
}
135+
]
136+
},
92137
{
93138
"version": "3.12.0",
94139
"stable": true,

0 commit comments

Comments
 (0)