From 25345faf535cb75c023e06c72a4e3fb8bee3c058 Mon Sep 17 00:00:00 2001 From: ash Date: Mon, 1 Sep 2025 12:51:54 +0100 Subject: [PATCH] Add some more examples for the platform_machine environment marker I was surprised to discover that Linux ARM machines report themselves as `aarch64`, but macOS ARM machines report themselves as `arm64`. Highlighting both of these possibilities in the table (in the same way that the examples for `platform_system` include `Java`) feels useful. --- source/specifications/dependency-specifiers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specifications/dependency-specifiers.rst b/source/specifications/dependency-specifiers.rst index d9466c26e..e84d07501 100644 --- a/source/specifications/dependency-specifiers.rst +++ b/source/specifications/dependency-specifiers.rst @@ -260,7 +260,7 @@ an error like all other unknown variables. * - ``platform_machine`` - :py:func:`platform.machine()` - String - - ``x86_64`` + - ``x86_64``, ``aarch64``, ``arm64`` * - ``platform_python_implementation`` - :py:func:`platform.python_implementation()` - String