From bbbf87f2cfc4d3f4b2c4f34da4199f813c0f2aeb Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Fri, 17 Jul 2020 16:45:08 +0300 Subject: [PATCH] Update versions-manifest based on build from 20200715.1 (#42) Co-authored-by: Service account --- versions-manifest.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 48255d8..89adb07 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -733,6 +733,48 @@ } ] }, + { + "version": "3.4.10", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.4.10", + "files": [ + { + "filename": "python-3.4.10-linux-16.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "16.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.4.10/python-3.4.10-linux-16.04-x64.tar.gz" + }, + { + "filename": "python-3.4.10-linux-18.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "18.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.4.10/python-3.4.10-linux-18.04-x64.tar.gz" + } + ] + }, + { + "version": "3.3.7", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.3.7", + "files": [ + { + "filename": "python-3.3.7-linux-16.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "16.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.3.7/python-3.3.7-linux-16.04-x64.tar.gz" + }, + { + "filename": "python-3.3.7-linux-18.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "18.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.3.7/python-3.3.7-linux-18.04-x64.tar.gz" + } + ] + }, { "version": "2.7.18", "stable": true,