Update PyPy to 7.3.4 on Windows (change platform format) (#3189)

* Update PyPy to 7.3.4 on Windows (change platform format)

* Update SoftwareReport.CachedTools.psm1

* Update Install-PyPy.ps1

* Update SoftwareReport.CachedTools.psm1
This commit is contained in:
Maxim Lobanov
2021-04-19 10:15:26 +03:00
committed by GitHub
parent 4a2e5bca16
commit 5657dde4a0
4 changed files with 5 additions and 4 deletions

View File

@@ -61,7 +61,6 @@ function Get-PyPyMarkdown
$Content = $ToolInstances | New-MDTable -Columns ([ordered]@{
"Python Version" = "left";
Architecture = "left";
"PyPy Version" = "left"
})