From e49c162d5a90c665b3955059c56c98c4ca69430d Mon Sep 17 00:00:00 2001 From: Service account Date: Wed, 11 Jan 2023 07:58:25 +0000 Subject: [PATCH] Update versions-manifest --- versions-manifest.json | 80 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index ca1ba92..94ac45d 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,50 @@ [ + { + "version": "3.12.0-alpha.4", + "stable": false, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.12.0-alpha.4-3890631539", + "files": [ + { + "filename": "python-3.12.0-alpha.4-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.12.0-alpha.4-3890631539/python-3.12.0-alpha.4-darwin-x64.tar.gz" + }, + { + "filename": "python-3.12.0-alpha.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.12.0-alpha.4-3890631539/python-3.12.0-alpha.4-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.12.0-alpha.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.12.0-alpha.4-3890631539/python-3.12.0-alpha.4-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.12.0-alpha.4-linux-22.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "22.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.12.0-alpha.4-3890631539/python-3.12.0-alpha.4-linux-22.04-x64.tar.gz" + }, + { + "filename": "python-3.12.0-alpha.4-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.12.0-alpha.4-3890631539/python-3.12.0-alpha.4-win32-x64.zip" + }, + { + "filename": "python-3.12.0-alpha.4-win32-x86.zip", + "arch": "x86", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.12.0-alpha.4-3890631539/python-3.12.0-alpha.4-win32-x86.zip" + } + ] + }, { "version": "3.12.0-alpha.3", "stable": false, @@ -2813,6 +2859,40 @@ } ] }, + { + "version": "3.8.16", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.8.16-3888430809", + "files": [ + { + "filename": "python-3.8.16-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.8.16-3888430809/python-3.8.16-darwin-x64.tar.gz" + }, + { + "filename": "python-3.8.16-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.8.16-3888430809/python-3.8.16-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.8.16-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.8.16-3888430809/python-3.8.16-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.8.16-linux-22.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "22.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.8.16-3888430809/python-3.8.16-linux-22.04-x64.tar.gz" + } + ] + }, { "version": "3.8.15", "stable": true,