From 377d03cd5718df6f4db320c4adbede3cbfa44ccd Mon Sep 17 00:00:00 2001 From: Service account Date: Wed, 4 Aug 2021 06:34:42 +0000 Subject: [PATCH] Update versions-manifest --- versions-manifest.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 29f72e1..c266af0 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,43 @@ [ + { + "version": "3.10.0-rc.1", + "stable": false, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.10.0-rc.1-114570", + "files": [ + { + "filename": "python-3.10.0-rc.1-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-rc.1-114570/python-3.10.0-rc.1-darwin-x64.tar.gz" + }, + { + "filename": "python-3.10.0-rc.1-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-rc.1-114570/python-3.10.0-rc.1-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.10.0-rc.1-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-rc.1-114570/python-3.10.0-rc.1-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.10.0-rc.1-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-rc.1-114570/python-3.10.0-rc.1-win32-x64.zip" + }, + { + "filename": "python-3.10.0-rc.1-win32-x86.zip", + "arch": "x86", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-rc.1-114570/python-3.10.0-rc.1-win32-x86.zip" + } + ] + }, { "version": "3.10.0-beta.4", "stable": false,