From 05e5a375f5a055ea449d53a2062bd4d820108cb7 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 26 Aug 2026 14:49:00 +0500 Subject: [PATCH] pyodide/meta.yaml: drop redundant `--py313` Noticed after 5b00c8b45 - build started to break. `--py313` is not needed here, since wasm build doesn't really depend on the provided Python versions and just builds the version it picks up from `pyodide`. --- pyodide/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyodide/meta.yaml b/pyodide/meta.yaml index 80b3aa1e14..928c231b2f 100644 --- a/pyodide/meta.yaml +++ b/pyodide/meta.yaml @@ -9,7 +9,7 @@ source: build: script: | - BUILD_CFG=Release python nix/build-all.py -v --wasm --py313 + BUILD_CFG=Release python nix/build-all.py -v --wasm about: home: http://ifcopenshell.org