From ec7d258869259c81577daff1a4db72cd8e7813f4 Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Fri, 17 Jun 2022 12:02:36 -0500 Subject: [PATCH] Remove macOS-ARM support from missing features list Last week's 0.1a2 release added support for ARM-based (e.g., M1) Macs, but the README.md file still lists this as a missing feature, and this PR corrects it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a9ee721a..9e47b56c6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The Python SDK is under development. There are no compatibility guarantees nor p Currently missing features: -* Support for Windows arm, macOS arm (i.e. M1), Linux arm, and Linux x64 glibc < 2.31. +* Support for Windows arm, Linux arm, and Linux x64 glibc < 2.31. * Full documentation ## Quick Start