Tags: astral-sh/uv
Tags
Catch broken `mac_ver()` (#11396) A user reported a homebrew Python that would raise an exception in the interpreter probing script because `platform.mac_ver()` returned `('', ('', '', ''), '')` on his installation due to Homebrew/homebrew-core#206778 This is easy enough to catch and show a proper error message instead of the Python backtrace.
Disable wheel testing for `powerpc64le-unknown-linux-gnu` (#11229) ## Summary I need to look into this later, but the test step is failing to install Python: https://github.com/astral-sh/uv/actions/runs/13148286589/job/36694160839. We already disable this for the non-`le` variant, so this seems ok to revisit.
PreviousNext