fix: also include pyodide

Assisted-by: CopilotCLI:gpt-5.3-codex
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
This commit is contained in:
Henry Schreiner
2026-05-28 22:36:20 -04:00
parent b597cb5aff
commit f925e8ccef
5 changed files with 9 additions and 5 deletions
+2
View File
@@ -63,6 +63,7 @@ class ConfigUrl(Config):
class ConfigPyodide(Config):
default_pyodide_version: str
node_version: str
sha256: str
# The following set of "Versions" classes allow the initial call to the APIs to
@@ -437,6 +438,7 @@ class PyodideVersions:
version=str(version),
default_pyodide_version=release["version"],
node_version=node_version,
sha256=release["sha256"],
)