mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
135f4cf023
mathutils only ships pre-built wheels for Python 3.13+ (verified against PyPI's file list); on CI's Python 3.11, `pip install mathutils` falls back to a slow/unreliable source build. Skip the mathutils-dependent tests when the interpreter is too old instead.