diff --git a/versions-manifest.json b/versions-manifest.json index 0ed8435..25cf292 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1220,6 +1220,33 @@ } ] }, + { + "version": "3.8.12", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.8.12-116385", + "files": [ + { + "filename": "python-3.8.12-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.8.12-116385/python-3.8.12-darwin-x64.tar.gz" + }, + { + "filename": "python-3.8.12-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.12-116385/python-3.8.12-linux-18.04-x64.tar.gz" + }, + { + "filename": "python-3.8.12-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.12-116385/python-3.8.12-linux-20.04-x64.tar.gz" + } + ] + }, { "version": "3.8.11", "stable": true,