From a961670d6ee4819c2168ab46c3abb859e01a1087 Mon Sep 17 00:00:00 2001 From: Service account Date: Mon, 3 Nov 2025 15:20:27 +0000 Subject: [PATCH] Update versions-manifest --- versions-manifest.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/versions-manifest.json b/versions-manifest.json index d68a84e6..10b4c6b3 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -8780,6 +8780,47 @@ } ] }, + { + "version": "3.9.25", + "stable": true, + "release_url": "https://github.com/actions/python-versions/releases/tag/3.9.25-19039189640", + "files": [ + { + "filename": "python-3.9.25-darwin-x64.tar.gz", + "arch": "x64", + "platform": "darwin", + "download_url": "https://github.com/actions/python-versions/releases/download/3.9.25-19039189640/python-3.9.25-darwin-x64.tar.gz" + }, + { + "filename": "python-3.9.25-linux-22.04-arm64.tar.gz", + "arch": "arm64", + "platform": "linux", + "platform_version": "22.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.9.25-19039189640/python-3.9.25-linux-22.04-arm64.tar.gz" + }, + { + "filename": "python-3.9.25-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.9.25-19039189640/python-3.9.25-linux-22.04-x64.tar.gz" + }, + { + "filename": "python-3.9.25-linux-24.04-arm64.tar.gz", + "arch": "arm64", + "platform": "linux", + "platform_version": "24.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.9.25-19039189640/python-3.9.25-linux-24.04-arm64.tar.gz" + }, + { + "filename": "python-3.9.25-linux-24.04-x64.tar.gz", + "arch": "x64", + "platform": "linux", + "platform_version": "24.04", + "download_url": "https://github.com/actions/python-versions/releases/download/3.9.25-19039189640/python-3.9.25-linux-24.04-x64.tar.gz" + } + ] + }, { "version": "3.9.24", "stable": true,