From 8e2e28992d0cfdfaad31800703d8da5f9a8ad670 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:04:12 +0200 Subject: [PATCH] Update versions-manifest (#242) Co-authored-by: Service account --- versions-manifest.json | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index 4830f54..df4cbda 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -1,4 +1,49 @@ [ + { + "version": "3.12.0-rc.2", + "stable": false, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.12.0-rc.2-6097043201", + "files": [ + { + "filename": "python-3.12.0-rc.2-darwin-arm64.tar.gz", + "arch": "arm64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.12.0-rc.2-6097043201/python-3.12.0-rc.2-darwin-arm64.tar.gz" + }, + { + "filename": "python-3.12.0-rc.2-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.12.0-rc.2-6097043201/python-3.12.0-rc.2-darwin-x64.tar.gz" + }, + { + "filename": "python-3.12.0-rc.2-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-rc.2-6097043201/python-3.12.0-rc.2-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.12.0-rc.2-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-rc.2-6097043201/python-3.12.0-rc.2-linux-22.04-x64.tar.gz" + }, + { + "filename": "python-3.12.0-rc.2-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.12.0-rc.2-6097043201/python-3.12.0-rc.2-win32-x64.zip" + }, + { + "filename": "python-3.12.0-rc.2-win32-x86.zip", + "arch": "x86", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.12.0-rc.2-6097043201/python-3.12.0-rc.2-win32-x86.zip" + } + ] + }, { "version": "3.12.0-rc.1", "stable": false,