Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97a6630

Browse files
authored
Merge pull request actions#18 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 04/29/2020
2 parents 7842bae + bb3cf0e commit 97a6630

File tree

1 file changed

+317
-0
lines changed

1 file changed

+317
-0
lines changed

versions-manifest.json

+317
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,100 @@
4646
}
4747
]
4848
},
49+
{
50+
"version": "3.8.1",
51+
"stable": true,
52+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.8.1-20200429.16",
53+
"files": [
54+
{
55+
"filename": "python-3.8.1-macos-1014-x64.tar.gz",
56+
"arch": "x64",
57+
"platform": "darwin",
58+
"platform_version": "10.14",
59+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.1-20200429.16/python-3.8.1-macos-1014-x64.tar.gz"
60+
},
61+
{
62+
"filename": "python-3.8.1-macos-1014-x64.tar.gz",
63+
"arch": "x64",
64+
"platform": "darwin",
65+
"platform_version": "10.15",
66+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.1-20200429.16/python-3.8.1-macos-1014-x64.tar.gz"
67+
},
68+
{
69+
"filename": "python-3.8.1-ubuntu-1604-x64.tar.gz",
70+
"arch": "x64",
71+
"platform": "linux",
72+
"platform_version": "16.04",
73+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.1-20200429.16/python-3.8.1-ubuntu-1604-x64.tar.gz"
74+
},
75+
{
76+
"filename": "python-3.8.1-ubuntu-1804-x64.tar.gz",
77+
"arch": "x64",
78+
"platform": "linux",
79+
"platform_version": "18.04",
80+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.1-20200429.16/python-3.8.1-ubuntu-1804-x64.tar.gz"
81+
},
82+
{
83+
"filename": "python-3.8.1-windows-2016-x64.zip",
84+
"arch": "x64",
85+
"platform": "win32",
86+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.1-20200429.16/python-3.8.1-windows-2016-x64.zip"
87+
},
88+
{
89+
"filename": "python-3.8.1-windows-2016-x86.zip",
90+
"arch": "x86",
91+
"platform": "win32",
92+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.1-20200429.16/python-3.8.1-windows-2016-x86.zip"
93+
}
94+
]
95+
},
96+
{
97+
"version": "3.8.0",
98+
"stable": true,
99+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.8.0-20200429.15",
100+
"files": [
101+
{
102+
"filename": "python-3.8.0-macos-1014-x64.tar.gz",
103+
"arch": "x64",
104+
"platform": "darwin",
105+
"platform_version": "10.14",
106+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.0-20200429.15/python-3.8.0-macos-1014-x64.tar.gz"
107+
},
108+
{
109+
"filename": "python-3.8.0-macos-1014-x64.tar.gz",
110+
"arch": "x64",
111+
"platform": "darwin",
112+
"platform_version": "10.15",
113+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.0-20200429.15/python-3.8.0-macos-1014-x64.tar.gz"
114+
},
115+
{
116+
"filename": "python-3.8.0-ubuntu-1604-x64.tar.gz",
117+
"arch": "x64",
118+
"platform": "linux",
119+
"platform_version": "16.04",
120+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.0-20200429.15/python-3.8.0-ubuntu-1604-x64.tar.gz"
121+
},
122+
{
123+
"filename": "python-3.8.0-ubuntu-1804-x64.tar.gz",
124+
"arch": "x64",
125+
"platform": "linux",
126+
"platform_version": "18.04",
127+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.0-20200429.15/python-3.8.0-ubuntu-1804-x64.tar.gz"
128+
},
129+
{
130+
"filename": "python-3.8.0-windows-2016-x64.zip",
131+
"arch": "x64",
132+
"platform": "win32",
133+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.0-20200429.15/python-3.8.0-windows-2016-x64.zip"
134+
},
135+
{
136+
"filename": "python-3.8.0-windows-2016-x86.zip",
137+
"arch": "x86",
138+
"platform": "win32",
139+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.0-20200429.15/python-3.8.0-windows-2016-x86.zip"
140+
}
141+
]
142+
},
49143
{
50144
"version": "3.7.7",
51145
"stable": true,
@@ -93,6 +187,100 @@
93187
}
94188
]
95189
},
190+
{
191+
"version": "3.7.6",
192+
"stable": true,
193+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.7.6-20200429.14",
194+
"files": [
195+
{
196+
"filename": "python-3.7.6-macos-1014-x64.tar.gz",
197+
"arch": "x64",
198+
"platform": "darwin",
199+
"platform_version": "10.14",
200+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.6-20200429.14/python-3.7.6-macos-1014-x64.tar.gz"
201+
},
202+
{
203+
"filename": "python-3.7.6-macos-1014-x64.tar.gz",
204+
"arch": "x64",
205+
"platform": "darwin",
206+
"platform_version": "10.15",
207+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.6-20200429.14/python-3.7.6-macos-1014-x64.tar.gz"
208+
},
209+
{
210+
"filename": "python-3.7.6-ubuntu-1604-x64.tar.gz",
211+
"arch": "x64",
212+
"platform": "linux",
213+
"platform_version": "16.04",
214+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.6-20200429.14/python-3.7.6-ubuntu-1604-x64.tar.gz"
215+
},
216+
{
217+
"filename": "python-3.7.6-ubuntu-1804-x64.tar.gz",
218+
"arch": "x64",
219+
"platform": "linux",
220+
"platform_version": "18.04",
221+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.6-20200429.14/python-3.7.6-ubuntu-1804-x64.tar.gz"
222+
},
223+
{
224+
"filename": "python-3.7.6-windows-2016-x64.zip",
225+
"arch": "x64",
226+
"platform": "win32",
227+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.6-20200429.14/python-3.7.6-windows-2016-x64.zip"
228+
},
229+
{
230+
"filename": "python-3.7.6-windows-2016-x86.zip",
231+
"arch": "x86",
232+
"platform": "win32",
233+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.6-20200429.14/python-3.7.6-windows-2016-x86.zip"
234+
}
235+
]
236+
},
237+
{
238+
"version": "3.7.5",
239+
"stable": true,
240+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.7.5-20200429.13",
241+
"files": [
242+
{
243+
"filename": "python-3.7.5-macos-1014-x64.tar.gz",
244+
"arch": "x64",
245+
"platform": "darwin",
246+
"platform_version": "10.14",
247+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.5-20200429.13/python-3.7.5-macos-1014-x64.tar.gz"
248+
},
249+
{
250+
"filename": "python-3.7.5-macos-1014-x64.tar.gz",
251+
"arch": "x64",
252+
"platform": "darwin",
253+
"platform_version": "10.15",
254+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.5-20200429.13/python-3.7.5-macos-1014-x64.tar.gz"
255+
},
256+
{
257+
"filename": "python-3.7.5-ubuntu-1604-x64.tar.gz",
258+
"arch": "x64",
259+
"platform": "linux",
260+
"platform_version": "16.04",
261+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.5-20200429.13/python-3.7.5-ubuntu-1604-x64.tar.gz"
262+
},
263+
{
264+
"filename": "python-3.7.5-ubuntu-1804-x64.tar.gz",
265+
"arch": "x64",
266+
"platform": "linux",
267+
"platform_version": "18.04",
268+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.5-20200429.13/python-3.7.5-ubuntu-1804-x64.tar.gz"
269+
},
270+
{
271+
"filename": "python-3.7.5-windows-2016-x64.zip",
272+
"arch": "x64",
273+
"platform": "win32",
274+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.5-20200429.13/python-3.7.5-windows-2016-x64.zip"
275+
},
276+
{
277+
"filename": "python-3.7.5-windows-2016-x86.zip",
278+
"arch": "x86",
279+
"platform": "win32",
280+
"download_url": "https://github.com/actions/python-versions/releases/download/3.7.5-20200429.13/python-3.7.5-windows-2016-x86.zip"
281+
}
282+
]
283+
},
96284
{
97285
"version": "3.6.10",
98286
"stable": true,
@@ -128,6 +316,41 @@
128316
}
129317
]
130318
},
319+
{
320+
"version": "3.6.9",
321+
"stable": true,
322+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.6.9-20200429.17",
323+
"files": [
324+
{
325+
"filename": "python-3.6.9-macos-1014-x64.tar.gz",
326+
"arch": "x64",
327+
"platform": "darwin",
328+
"platform_version": "10.14",
329+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.9-20200429.17/python-3.6.9-macos-1014-x64.tar.gz"
330+
},
331+
{
332+
"filename": "python-3.6.9-macos-1014-x64.tar.gz",
333+
"arch": "x64",
334+
"platform": "darwin",
335+
"platform_version": "10.15",
336+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.9-20200429.17/python-3.6.9-macos-1014-x64.tar.gz"
337+
},
338+
{
339+
"filename": "python-3.6.9-ubuntu-1604-x64.tar.gz",
340+
"arch": "x64",
341+
"platform": "linux",
342+
"platform_version": "16.04",
343+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.9-20200429.17/python-3.6.9-ubuntu-1604-x64.tar.gz"
344+
},
345+
{
346+
"filename": "python-3.6.9-ubuntu-1804-x64.tar.gz",
347+
"arch": "x64",
348+
"platform": "linux",
349+
"platform_version": "18.04",
350+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.9-20200429.17/python-3.6.9-ubuntu-1804-x64.tar.gz"
351+
}
352+
]
353+
},
131354
{
132355
"version": "3.6.8",
133356
"stable": true,
@@ -175,6 +398,53 @@
175398
}
176399
]
177400
},
401+
{
402+
"version": "3.6.7",
403+
"stable": true,
404+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.6.7-20200429.12",
405+
"files": [
406+
{
407+
"filename": "python-3.6.7-macos-1014-x64.tar.gz",
408+
"arch": "x64",
409+
"platform": "darwin",
410+
"platform_version": "10.14",
411+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.7-20200429.12/python-3.6.7-macos-1014-x64.tar.gz"
412+
},
413+
{
414+
"filename": "python-3.6.7-macos-1014-x64.tar.gz",
415+
"arch": "x64",
416+
"platform": "darwin",
417+
"platform_version": "10.15",
418+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.7-20200429.12/python-3.6.7-macos-1014-x64.tar.gz"
419+
},
420+
{
421+
"filename": "python-3.6.7-ubuntu-1604-x64.tar.gz",
422+
"arch": "x64",
423+
"platform": "linux",
424+
"platform_version": "16.04",
425+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.7-20200429.12/python-3.6.7-ubuntu-1604-x64.tar.gz"
426+
},
427+
{
428+
"filename": "python-3.6.7-ubuntu-1804-x64.tar.gz",
429+
"arch": "x64",
430+
"platform": "linux",
431+
"platform_version": "18.04",
432+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.7-20200429.12/python-3.6.7-ubuntu-1804-x64.tar.gz"
433+
},
434+
{
435+
"filename": "python-3.6.7-windows-2016-x64.zip",
436+
"arch": "x64",
437+
"platform": "win32",
438+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.7-20200429.12/python-3.6.7-windows-2016-x64.zip"
439+
},
440+
{
441+
"filename": "python-3.6.7-windows-2016-x86.zip",
442+
"arch": "x86",
443+
"platform": "win32",
444+
"download_url": "https://github.com/actions/python-versions/releases/download/3.6.7-20200429.12/python-3.6.7-windows-2016-x86.zip"
445+
}
446+
]
447+
},
178448
{
179449
"version": "3.5.9",
180450
"stable": true,
@@ -303,5 +573,52 @@
303573
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.18-20200429.1/python-2.7.18-windows-2016-x86.zip"
304574
}
305575
]
576+
},
577+
{
578+
"version": "2.7.17",
579+
"stable": true,
580+
"release_url": "https://github.com/actions/python-versions/releases/tag/2.7.17-20200429.9",
581+
"files": [
582+
{
583+
"filename": "python-2.7.17-macos-1014-x64.tar.gz",
584+
"arch": "x64",
585+
"platform": "darwin",
586+
"platform_version": "10.14",
587+
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.17-20200429.9/python-2.7.17-macos-1014-x64.tar.gz"
588+
},
589+
{
590+
"filename": "python-2.7.17-macos-1014-x64.tar.gz",
591+
"arch": "x64",
592+
"platform": "darwin",
593+
"platform_version": "10.15",
594+
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.17-20200429.9/python-2.7.17-macos-1014-x64.tar.gz"
595+
},
596+
{
597+
"filename": "python-2.7.17-ubuntu-1604-x64.tar.gz",
598+
"arch": "x64",
599+
"platform": "linux",
600+
"platform_version": "16.04",
601+
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.17-20200429.9/python-2.7.17-ubuntu-1604-x64.tar.gz"
602+
},
603+
{
604+
"filename": "python-2.7.17-ubuntu-1804-x64.tar.gz",
605+
"arch": "x64",
606+
"platform": "linux",
607+
"platform_version": "18.04",
608+
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.17-20200429.9/python-2.7.17-ubuntu-1804-x64.tar.gz"
609+
},
610+
{
611+
"filename": "python-2.7.17-windows-2016-x64.zip",
612+
"arch": "x64",
613+
"platform": "win32",
614+
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.17-20200429.9/python-2.7.17-windows-2016-x64.zip"
615+
},
616+
{
617+
"filename": "python-2.7.17-windows-2016-x86.zip",
618+
"arch": "x86",
619+
"platform": "win32",
620+
"download_url": "https://github.com/actions/python-versions/releases/download/2.7.17-20200429.9/python-2.7.17-windows-2016-x86.zip"
621+
}
622+
]
306623
}
307624
]

0 commit comments

Comments
 (0)