From 1248039d12862a7366cb1d398ad90d52116c6342 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 11:24:47 +0100 Subject: [PATCH] Update versions-manifest (#206) --- versions-manifest.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 6b8f593a..7379bc1c 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -2635,6 +2635,40 @@ } ] }, + { + "version": "3.8.15", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.8.15-3582057865", + "files": [ + { + "filename": "python-3.8.15-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.8.15-3582057865/python-3.8.15-darwin-x64.tar.gz" + }, + { + "filename": "python-3.8.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.8.15-3582057865/python-3.8.15-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.8.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.8.15-3582057865/python-3.8.15-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.8.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.8.15-3582057865/python-3.8.15-linux-22.04-x64.tar.gz" + } + ] + }, { "version": "3.8.14", "stable": true,