From f5ee8fd8538fc45b1c627c98f18fa1f03b3e5c8b Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Fri, 4 Oct 2024 12:00:21 +0100 Subject: [PATCH] docs/installation.rst: updated to discuss one wheel per platform. --- docs/installation.rst | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index afdf774ee..410df8d75 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -118,7 +118,28 @@ Problems after installation Notes --------------------------------------------------------- -* Wheels are available for Windows (32-bit Intel, 64-bit Intel), Linux (64-bit Intel, 64-bit ARM) and Mac OSX (64-bit Intel, 64-bit ARM), for Python versions marked as "Supported" on https://devguide.python.org/versions/. +* + Wheels are available for the following platforms: + + * Windows 32-bit Intel. + * Windows 64-bit Intel. + * Linux 64-bit Intel. + * Linux 64-bit ARM. + * MacOS 64-bit Intel. + * MacOS 64-bit ARM. + + Details: + + * We release a single wheel for each of the above platforms. + + * + Each wheel uses the Python Stable ABI of the current oldest supported + Python version, and so works with all later Python versions, including new + Python releases. + + * + Wheels are tested on all Python versions currently marked as "Supported" on + https://devguide.python.org/versions/. * Wheels are not available for Python installed with `Chocolatey