Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing of
gnueabi
libc variants in Python version requests (#7975
) ``` ❯ cargo run -q -- python install cpython-3.12.6-linux-armv7-gnueabihf Searching for Python versions matching: cpython-3.12.6-linux-armv7-gnueabihf Installed Python 3.12.6 in 2.10s + cpython-3.12.6-linux-armv7-gnueabihf ❯ uv python install cpython-3.12.6-linux-armv7-gnueabihf error: Cannot download managed Python for request: executable name `cpython-3.12.6-linux-armv7-gnueabihf` ```
- Loading branch information