From 2b001ef9b4187ae014f1bceab37ba17dc4116190 Mon Sep 17 00:00:00 2001 From: Service account Date: Fri, 29 Apr 2022 08:39:35 +0000 Subject: [PATCH] Update versions-manifest --- versions-manifest.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 8530b78..50ff6af 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -2415,6 +2415,33 @@ } ] }, + { + "version": "3.7.13", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.7.13-2244063459", + "files": [ + { + "filename": "python-3.7.13-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.7.13-2244063459/python-3.7.13-darwin-x64.tar.gz" + }, + { + "filename": "python-3.7.13-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.13-2244063459/python-3.7.13-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.7.13-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.13-2244063459/python-3.7.13-linux-20.04-x64.tar.gz" + } + ] + }, { "version": "3.7.12", "stable": true,