Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9563bbdac5 | ||
|
|
8cf18c1668 | ||
|
|
2f93389231 | ||
|
|
922a545faa | ||
|
|
e49da09661 |
@@ -73,7 +73,7 @@ class NixPythonBuilder : PythonBuilder {
|
||||
$sourceUri = $this.GetSourceUri()
|
||||
Write-Host "Sources URI: $sourceUri"
|
||||
|
||||
$archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.WorkFolderLocation
|
||||
$archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.TempFolderLocation
|
||||
$expandedSourceLocation = Join-Path -Path $this.TempFolderLocation -ChildPath "SourceCode"
|
||||
New-Item -Path $expandedSourceLocation -ItemType Directory
|
||||
|
||||
@@ -146,6 +146,14 @@ class NixPythonBuilder : PythonBuilder {
|
||||
$sourcesLocation = $this.Download()
|
||||
|
||||
Push-Location -Path $sourcesLocation
|
||||
|
||||
# Patch for 3.15.0a6: Fix test_bz2 BIG_DATA to ensure two compressed blocks
|
||||
# See: https://github.com/python/cpython/pull/145730
|
||||
if (($this.Architecture -match "arm64") -and ($this.Platform -match "22\.04") -and ($this.Version -eq [semver]"3.15.0-alpha.6")) {
|
||||
Write-Host "Applying patch for python/cpython#145730 (test_bz2 fix)..."
|
||||
Execute-Command -Command "curl -sL -o Lib/test/test_bz2.py https://raw.githubusercontent.com/python/cpython/19676e5fc28bdee8325a062a31ddeee60960cf75/Lib/test/test_bz2.py"
|
||||
}
|
||||
|
||||
Write-Host "Configure for $($this.Platform)..."
|
||||
$this.Configure()
|
||||
|
||||
|
||||
@@ -1,4 +1,127 @@
|
||||
[
|
||||
{
|
||||
"version": "3.15.0-alpha.7",
|
||||
"stable": false,
|
||||
"release_url": "https://github.com/actions/python-versions/releases/tag/3.15.0-alpha.7-22913288817",
|
||||
"files": [
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-darwin-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-darwin-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-darwin-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-darwin-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-linux-22.04-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "22.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-linux-22.04-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-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.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-linux-22.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-linux-22.04-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "22.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-linux-22.04-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-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.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-linux-22.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-linux-24.04-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "24.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-linux-24.04-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-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.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-linux-24.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-linux-24.04-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "24.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-linux-24.04-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-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.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-linux-24.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-win32-arm64-freethreaded.zip",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-win32-arm64-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-win32-x64-freethreaded.zip",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-win32-x64-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-win32-x64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-win32-x86-freethreaded.zip",
|
||||
"arch": "x86-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-win32-x86-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.15.0-alpha.7-win32-x86.zip",
|
||||
"arch": "x86",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.15.0-alpha.7-22913288817/python-3.15.0-alpha.7-win32-x86.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.15.0-alpha.5",
|
||||
"stable": false,
|
||||
@@ -614,6 +737,129 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.14.3",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/python-versions/releases/tag/3.14.3-21673711214",
|
||||
"files": [
|
||||
{
|
||||
"filename": "python-3.14.3-darwin-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-darwin-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-darwin-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-darwin-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-linux-22.04-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "22.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-linux-22.04-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-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.14.3-21673711214/python-3.14.3-linux-22.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-linux-22.04-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "22.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-linux-22.04-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-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.14.3-21673711214/python-3.14.3-linux-22.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-linux-24.04-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "24.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-linux-24.04-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-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.14.3-21673711214/python-3.14.3-linux-24.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-linux-24.04-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "24.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-linux-24.04-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-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.14.3-21673711214/python-3.14.3-linux-24.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-win32-arm64-freethreaded.zip",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-win32-arm64-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-win32-x64-freethreaded.zip",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-win32-x64-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-win32-x64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-win32-x86-freethreaded.zip",
|
||||
"arch": "x86-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-win32-x86-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.14.3-win32-x86.zip",
|
||||
"arch": "x86",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.14.3-21673711214/python-3.14.3-win32-x86.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.14.2",
|
||||
"stable": true,
|
||||
@@ -2845,6 +3091,129 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.13.12",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/python-versions/releases/tag/3.13.12-21673645133",
|
||||
"files": [
|
||||
{
|
||||
"filename": "python-3.13.12-darwin-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-darwin-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-darwin-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-darwin-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-linux-22.04-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "22.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-linux-22.04-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-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.13.12-21673645133/python-3.13.12-linux-22.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-linux-22.04-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "22.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-linux-22.04-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-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.13.12-21673645133/python-3.13.12-linux-22.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-linux-24.04-arm64-freethreaded.tar.gz",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "24.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-linux-24.04-arm64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-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.13.12-21673645133/python-3.13.12-linux-24.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-linux-24.04-x64-freethreaded.tar.gz",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "linux",
|
||||
"platform_version": "24.04",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-linux-24.04-x64-freethreaded.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-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.13.12-21673645133/python-3.13.12-linux-24.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-win32-arm64-freethreaded.zip",
|
||||
"arch": "arm64-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-win32-arm64-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-win32-x64-freethreaded.zip",
|
||||
"arch": "x64-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-win32-x64-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-win32-x64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-win32-x86-freethreaded.zip",
|
||||
"arch": "x86-freethreaded",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-win32-x86-freethreaded.zip"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.13.12-win32-x86.zip",
|
||||
"arch": "x86",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.13.12-21673645133/python-3.13.12-win32-x86.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.13.11",
|
||||
"stable": true,
|
||||
@@ -5124,6 +5493,41 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.12.13",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/python-versions/releases/tag/3.12.13-22652080177",
|
||||
"files": [
|
||||
{
|
||||
"filename": "python-3.12.13-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.12.13-22652080177/python-3.12.13-linux-22.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.12.13-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.13-22652080177/python-3.12.13-linux-22.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.12.13-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.12.13-22652080177/python-3.12.13-linux-24.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.12.13-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.12.13-22652080177/python-3.12.13-linux-24.04-x64.tar.gz"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.12.12",
|
||||
"stable": true,
|
||||
@@ -6622,6 +7026,41 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.11.15",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/python-versions/releases/tag/3.11.15-22631496413",
|
||||
"files": [
|
||||
{
|
||||
"filename": "python-3.11.15-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.11.15-22631496413/python-3.11.15-linux-22.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.11.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.11.15-22631496413/python-3.11.15-linux-22.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.11.15-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.11.15-22631496413/python-3.11.15-linux-24.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.11.15-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.11.15-22631496413/python-3.11.15-linux-24.04-x64.tar.gz"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.11.14",
|
||||
"stable": true,
|
||||
@@ -8133,6 +8572,47 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.10.20",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.20-22630057857",
|
||||
"files": [
|
||||
{
|
||||
"filename": "python-3.10.20-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.20-22630057857/python-3.10.20-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.10.20-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.10.20-22630057857/python-3.10.20-linux-22.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.10.20-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.10.20-22630057857/python-3.10.20-linux-22.04-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.10.20-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.10.20-22630057857/python-3.10.20-linux-24.04-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "python-3.10.20-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.10.20-22630057857/python-3.10.20-linux-24.04-x64.tar.gz"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.10.19",
|
||||
"stable": true,
|
||||
|
||||
Reference in New Issue
Block a user