From 8446c471b5b730f5d5c8689f30acd88b7721b2ac Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Tue, 20 Apr 2021 23:13:31 +0200 Subject: [PATCH 1/3] doc: add Raspberry Pi OS to platform support --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index be0ed84a6..3f2e823d4 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -532,6 +532,8 @@ These platforms have been reported to work at the versions mentioned. +----------------------------------+------------------------------+--------------------------------+-----------------------+ | Raspbian Stretch | 2.7, 3.5 | 4.0.0 |arm | +----------------------------------+------------------------------+--------------------------------+-----------------------+ +| Raspberry Pi OS | 2.7, 3.6, 3.7, 3.8, 3.9 | 8.2.0 |arm | ++----------------------------------+------------------------------+--------------------------------+-----------------------+ | Gentoo Linux | 2.7, 3.2 | 2.1.0 |x86-64 | +----------------------------------+------------------------------+--------------------------------+-----------------------+ | FreeBSD 11.1 | 2.7, 3.4, 3.5, 3.6 | 4.3.0 |x86-64 | From 5dce1fa607d0166513d98599f0eee7551ade027b Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Wed, 21 Apr 2021 19:40:56 +0200 Subject: [PATCH 2/3] update table for py27 on raspberry pi os --- docs/installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 3f2e823d4..ab847bff5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -532,7 +532,9 @@ These platforms have been reported to work at the versions mentioned. +----------------------------------+------------------------------+--------------------------------+-----------------------+ | Raspbian Stretch | 2.7, 3.5 | 4.0.0 |arm | +----------------------------------+------------------------------+--------------------------------+-----------------------+ -| Raspberry Pi OS | 2.7, 3.6, 3.7, 3.8, 3.9 | 8.2.0 |arm | +| Raspberry Pi OS | 2.7 | 6.2.2 |arm | +| +------------------------------+--------------------------------+-----------------------+ +| | 3.6, 3.7, 3.8, 3.9 | 8.2.0 |arm | +----------------------------------+------------------------------+--------------------------------+-----------------------+ | Gentoo Linux | 2.7, 3.2 | 2.1.0 |x86-64 | +----------------------------------+------------------------------+--------------------------------+-----------------------+ From ef23737ebc03d6efebae514383b1a5025f423839 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Thu, 22 Apr 2021 00:22:21 +0200 Subject: [PATCH 3/3] Update docs/installation.rst Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index ab847bff5..d9d1af6e0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -532,9 +532,9 @@ These platforms have been reported to work at the versions mentioned. +----------------------------------+------------------------------+--------------------------------+-----------------------+ | Raspbian Stretch | 2.7, 3.5 | 4.0.0 |arm | +----------------------------------+------------------------------+--------------------------------+-----------------------+ -| Raspberry Pi OS | 2.7 | 6.2.2 |arm | -| +------------------------------+--------------------------------+-----------------------+ -| | 3.6, 3.7, 3.8, 3.9 | 8.2.0 |arm | +| Raspberry Pi OS | 3.6, 3.7, 3.8, 3.9 | 8.2.0 |arm | +| +------------------------------+--------------------------------+ | +| | 2.7 | 6.2.2 | | +----------------------------------+------------------------------+--------------------------------+-----------------------+ | Gentoo Linux | 2.7, 3.2 | 2.1.0 |x86-64 | +----------------------------------+------------------------------+--------------------------------+-----------------------+