diff --git a/update.ps1 b/update.ps1 index 77a8b1a..d6c1f56 100644 --- a/update.ps1 +++ b/update.ps1 @@ -45,7 +45,7 @@ function updateDownloadUrl { getGitHubReleaseAssetUrl 'Kitware/CMake' { $_.name -match "windows-$suffix\.msi`$" } { $_.tag_name -match '^v([0-9]+\.)+[0-9]$' } } - 'Python 3.8' { + 'Python 3.9' { $suffix = $Config.bitness -eq 64 ? '-amd64' : '' crawl 'https://www.python.org/downloads/windows/' |