Skip to content

Commit 71c1b67

Browse files
committed
pypy bug fix
1 parent d622bec commit 71c1b67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/versions/handlers.go

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ var ArchHandlerList = map[string]func(archType, osType string) string{
3838
"maven": ToAnyArch,
3939
"neovim": ToUniverseForMac,
4040
"python": ToAnyArch,
41+
"pypy": ToAnyArch,
4142
"rust": ToAnyArch,
4243
"sdkmanager": ToAnyArch,
4344
"vscode": ToDarwinX64,
@@ -68,6 +69,7 @@ var OsHandlerList = map[string]func(archType, osType string) string{
6869
"gsudo": ToWindowsOnly,
6970
"maven": ToAnyOs,
7071
"python": ToAnyOs,
72+
"pypy": ToAnyOs,
7173
"rust": ToUnixOs,
7274
"scala": ToAnyOs,
7375
}

0 commit comments

Comments
 (0)