mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
32d9fd6c1c
d390911d75("build_osx: build BonsaiViewer on macOS via build-all.py", 2026-06-01) accidentally committed a local single-version pin (`PYTHON_VERSIONS = ["3.11.8"]`) intended only for fast iteration during macOS bring-up. With macOS / CI green and the Python wrapper fix from748b4e72alanded, restore the full multi-version list so both Rocky and macOS CI publish wrappers for 3.10/3.11/3.12/3.13/3.14 again. Cost is ~5 from-source Python builds per CI run; the cache-deps plumbing in nix/cache_dependencies.py already memoises these so repeated runs only pay it once per Python release bump. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>