mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
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:
+1
-1
@@ -9,7 +9,7 @@ source:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script: |
|
||||||
BUILD_CFG=Release python nix/build-all.py -v --wasm --py313
|
BUILD_CFG=Release python nix/build-all.py -v --wasm
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: http://ifcopenshell.org
|
home: http://ifcopenshell.org
|
||||||
|
|||||||
Reference in New Issue
Block a user