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`.
This commit is contained in:
Andrej730
2026-08-26 14:49:00 +05:00
parent 15deb1c02c
commit 05e5a375f5
+1 -1
View File
@@ -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