Update to Python v3.14

This commit is contained in:
2026-01-15 10:47:36 -07:00
parent 1be65ff216
commit e79564b501

View File

@@ -53,6 +53,10 @@ jobs:
& 7z.exe x deps\perl-${{ matrix.arch }}.7z -oC:\gtk-build\perl-5.20\${{ matrix.platform }}
New-Item -Path "C:\gtk-build\python-3.14.2" -ItemType Directory -Force | Out-Null
<<<<<<< ours
=======
New-Item -Path "C:\gtk-build\python-3.14" -ItemType Directory -Force | Out-Null
>>>>>>> theirs
$pyRoot = $env:pythonLocation
if (-not $pyRoot) {
@@ -62,7 +66,15 @@ jobs:
$target = "C:\gtk-build\python-3.14.2\${{ matrix.platform }}"
if (Test-Path $target) { Remove-Item $target -Recurse -Force }
<<<<<<< ours
New-Item -Path "C:\gtk-build\python-3.14.2" -Name "${{ matrix.platform }}" -ItemType Junction -Value $pyRoot | Out-Null
=======
$aliasTarget = "C:\gtk-build\python-3.14\${{ matrix.platform }}"
if (Test-Path $aliasTarget) { Remove-Item $aliasTarget -Recurse -Force }
New-Item -Path "C:\gtk-build\python-3.14.2" -Name "${{ matrix.platform }}" -ItemType Junction -Value $pyRoot | Out-Null
New-Item -Path "C:\gtk-build\python-3.14" -Name "${{ matrix.platform }}" -ItemType Junction -Value $pyRoot | Out-Null
>>>>>>> theirs
python -m pip install --upgrade pip
python -m pip install cffi