8b82d17f44
Python 3.13+ changed how it reports platform information on Android; see https://peps.python.org/pep-0738/#architectures Here we add support for the new platform values, without which uv will fail due to an unrecognized interpreter. Closes #18296 Closes #18285 Closes https://github.com/astral-sh/uv/issues/18313 --------- Co-authored-by: Claude <noreply@anthropic.com>