From 024142b9c31384bf89ebd315f7bd65aea72f918a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:37:53 +0200 Subject: [PATCH] Update versions-manifest (#192) Co-authored-by: Service account --- versions-manifest.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index bd0ac13..f2536bb 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -3118,6 +3118,40 @@ } ] }, + { + "version": "3.7.15", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.7.15-3272001243", + "files": [ + { + "filename": "python-3.7.15-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.7.15-3272001243/python-3.7.15-darwin-x64.tar.gz" + }, + { + "filename": "python-3.7.15-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.7.15-3272001243/python-3.7.15-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.7.15-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.7.15-3272001243/python-3.7.15-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.7.15-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.7.15-3272001243/python-3.7.15-linux-22.04-x64.tar.gz" + } + ] + }, { "version": "3.7.14", "stable": true,