From c5d8f613f5bdbeeabc982090c975a2a28de1843f Mon Sep 17 00:00:00 2001 From: John Sirois Date: Wed, 27 May 2026 10:56:41 -0700 Subject: [PATCH] Fix platform-compatibility-tags.rst macOS arch table typo. Someone is wrong, and I expect, packaging is de-facto right since its code well used in the wild: https://github.com/pypa/packaging/blob/a9f77f8269d6897a3dbf28f2c0129a354478d5de/src/packaging/tags.py#L543-L548 If packaging is actually wrong here, I can go over there and submit a PR. --- source/specifications/platform-compatibility-tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specifications/platform-compatibility-tags.rst b/source/specifications/platform-compatibility-tags.rst index b4c14a4c0..c54dc1ff7 100644 --- a/source/specifications/platform-compatibility-tags.rst +++ b/source/specifications/platform-compatibility-tags.rst @@ -226,7 +226,7 @@ the following list that describes the set of supported architectures: ``universal`` ``i386``, ``ppc``, ``ppc64``, ``x86_64`` ``intel`` ``i386``, ``x86_64`` ``fat`` ``i386``, ``ppc`` -``fat3`` ``i386``, ``ppc``, ``x86_64`` +``fat32`` ``i386``, ``ppc``, ``x86_64`` ``fat64`` ``ppc64``, ``x86_64`` ============== ========================================