Skip to content

Commit

Permalink
Update the update script for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas committed Apr 17, 2021
1 parent 13aeca2 commit af93470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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/' |
Expand Down

0 comments on commit af93470

Please sign in to comment.