graalpy: add graalpy early-access and windows builds (#880)

This commit is contained in:
Tim Felgentreff
2025-10-22 18:16:57 +02:00
committed by GitHub
parent bba65e51ff
commit cfd55ca824
8 changed files with 878 additions and 925 deletions

View File

@@ -379,7 +379,7 @@ export function getVersionInputFromFile(versionFile: string): string[] {
}
/**
* Get the directory containing interpreter binary from installation directory of PyPy or GraalPy
* Get the directory containing interpreter binary from installation directory of PyPy
* - On Linux and macOS, the Python interpreter is in 'bin'.
* - On Windows, it is in the installation root.
*/