From e68c876eefde5bde961e4a1d8090b90f276c78e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jul 2021 20:05:18 +0300 Subject: [PATCH] Update versions-manifest (#102) Co-authored-by: Service account --- versions-manifest.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index b6e4b3c..29f72e1 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,43 @@ [ + { + "version": "3.10.0-beta.4", + "stable": false, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.10.0-beta.4-113274", + "files": [ + { + "filename": "python-3.10.0-beta.4-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-beta.4-113274/python-3.10.0-beta.4-darwin-x64.tar.gz" + }, + { + "filename": "python-3.10.0-beta.4-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.10.0-beta.4-113274/python-3.10.0-beta.4-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.10.0-beta.4-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.10.0-beta.4-113274/python-3.10.0-beta.4-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.10.0-beta.4-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-beta.4-113274/python-3.10.0-beta.4-win32-x64.zip" + }, + { + "filename": "python-3.10.0-beta.4-win32-x86.zip", + "arch": "x86", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-beta.4-113274/python-3.10.0-beta.4-win32-x86.zip" + } + ] + }, { "version": "3.10.0-beta.3", "stable": false,