From 0432d59edd0dee86674c1d038668d53fe39286f4 Mon Sep 17 00:00:00 2001 From: juliannguyen4 <109386615+juliannguyen4@users.noreply.github.com> Date: Wed, 26 Jul 2023 07:52:50 -0700 Subject: [PATCH] [CLIENT-2114] Clarify we don't officially support Alpine Linux (#474) Co-authored-by: Ronen Botzer --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c650cf51f..466c7515d 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Aerospike Python Client Compatibility ------------- -The Python client for Aerospike works with Python 3.7 - 3.11 running on: +The Python client for Aerospike works with Python 3.7 - 3.11 and supports the following OS'es: * macOS 11 and 12 * CentOS 7 Linux @@ -19,12 +19,14 @@ The Python client for Aerospike works with Python 3.7 - 3.11 running on: * Amazon Linux 2023 * Debian 10, 11, and 12 * Ubuntu 20.04 and 22.04 + +The client is also verified to run on these operating systems, but we do not officially support them (i.e we don't distribute wheels or prioritize fixing bugs for these OSes): + * Alpine Linux **NOTE:** Aerospike Python client 5.0.0 and up MUST be used with Aerospike server 4.9 or later. If you see the error "-10, ‘Failed to connect’", please make sure you are using server 4.9 or later. - Install -------