From 2c0793c1b35e785d4353d4c6ce17cde2137da1c4 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Fri, 8 Dec 2023 13:52:59 -0600 Subject: [PATCH] Add change note about macOS wheels. --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 37631c34..c81dc126 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ ================== - Packaging: Add a minimal ``pyproject.toml`` to sdists. +- Packaging: Various updates to macOS wheels. - Fix a test case on Arm32. Note that this is not a supported platform (there is no CI for it) and support is best effort; there may be other issues lurking. See `issue 385 `_