From ecc46c5412128df8c01409481f6f8a4b63d855d1 Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 18 Mar 2024 11:51:55 +0100 Subject: [PATCH] Fix operating system detection on *BSD (#2505) For #2487, not closing since we still need confirmation that his fixes *BSD. --- crates/uv-interpreter/python/get_interpreter_info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/uv-interpreter/python/get_interpreter_info.py b/crates/uv-interpreter/python/get_interpreter_info.py index a2c1e98ba..47a70ccc6 100644 --- a/crates/uv-interpreter/python/get_interpreter_info.py +++ b/crates/uv-interpreter/python/get_interpreter_info.py @@ -480,7 +480,6 @@ def get_operating_system_and_architecture(): "illumos", "haiku", ]: - version = platform.mac_ver()[0].split(".") operating_system = { "name": operating_system, "release": version,