From 46856eea962d132b6431d38bfd9a77838d461e61 Mon Sep 17 00:00:00 2001 From: Service account Date: Mon, 21 Sep 2020 14:48:39 +0000 Subject: [PATCH] Update versions-manifest --- versions-manifest.json | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 40cc931..60814b9 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,50 @@ [ + { + "version": "3.9.0-rc.2", + "stable": false, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.9.0-rc.2-82072", + "files": [ + { + "filename": "python-3.9.0-rc.2-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.9.0-rc.2-82072/python-3.9.0-rc.2-darwin-x64.tar.gz" + }, + { + "filename": "python-3.9.0-rc.2-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.9.0-rc.2-82072/python-3.9.0-rc.2-linux-16.04-x64.tar.gz" + }, + { + "filename": "python-3.9.0-rc.2-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.9.0-rc.2-82072/python-3.9.0-rc.2-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.9.0-rc.2-linux-20.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "20.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.9.0-rc.2-82072/python-3.9.0-rc.2-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.9.0-rc.2-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.9.0-rc.2-82072/python-3.9.0-rc.2-win32-x64.zip" + }, + { + "filename": "python-3.9.0-rc.2-win32-x86.zip", + "arch": "x86", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.9.0-rc.2-82072/python-3.9.0-rc.2-win32-x86.zip" + } + ] + }, { "version": "3.9.0-rc.1", "stable": false,