experimental(ci): test build with python 3.13

This commit is contained in:
2025-12-02 16:29:32 +01:00
parent c5099500a2
commit 0f41e8b226

View File

@@ -177,7 +177,7 @@ jobs:
& $env:UV_PATH self update
$version = "3.12"
$version = "3.13"
Write-Host "Checking for Python $version via uv..."
$exists = & $env:UV_PATH python list | Select-String $version -Quiet