From 21906a8172d6fcd79f8cbd3cc1e9fc0a9c29d71b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 15 Sep 2021 16:13:53 +0300 Subject: [PATCH 1/2] Docs: Update CI targets table --- docs/installation.rst | 69 +++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 03f7157bbe3..63984d0ccf0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -443,41 +443,40 @@ Continuous Integration Targets These platforms are built and tested for every change. -+----------------------------------+---------------------------+---------------------+ -| Operating system | Tested Python versions | Tested architecture | -+==================================+===========================+=====================+ -| Alpine | 3.8 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Arch | 3.8 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Amazon Linux 2 | 3.7 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| CentOS 7 | 3.6 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| CentOS 8 | 3.6 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Debian 10 Buster | 3.7 | x86 | -+----------------------------------+---------------------------+---------------------+ -| Fedora 33 | 3.9 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Fedora 34 | 3.9 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| macOS 10.15 Catalina | 3.6, 3.7, 3.8, 3.9, PyPy3 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Ubuntu Linux 16.04 LTS (Xenial) | 3.6, 3.7, 3.8, 3.9, PyPy3 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Ubuntu Linux 18.04 LTS (Bionic) | 3.6, 3.7, 3.8, 3.9, PyPy3 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Ubuntu Linux 20.04 LTS (Focal) | 3.8 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Windows Server 2016 | 3.6 | x86-64 | -+----------------------------------+---------------------------+---------------------+ -| Windows Server 2019 | 3.6, 3.7, 3.8, 3.9 | x86, x86-64 | -| +---------------------------+---------------------+ -| | PyPy3 | x86 | -| +---------------------------+---------------------+ -| | 3.9/MinGW | x86, x86-64 | -+----------------------------------+---------------------------+---------------------+ ++----------------------------------+---------------------------------+---------------------+ +| Operating system | Tested Python versions | Tested architecture | ++==================================+=================================+=====================+ +| Alpine | 3.9 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| Amazon Linux 2 | 3.7 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| Arch | 3.9 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| CentOS 7 | 3.6 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| CentOS 8 | 3.6 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| Debian 10 Buster | 3.7 | x86 | ++----------------------------------+---------------------------------+---------------------+ +| Fedora 33 | 3.9 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| Fedora 34 | 3.9 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| macOS 10.15 Catalina | 3.6, 3.7, 3.8, 3.9, 3.10, PyPy3 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| Ubuntu Linux 18.04 LTS (Bionic) | 3.6 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| Ubuntu Linux 20.04 LTS (Focal) | 3.6, 3.7, 3.8, 3.9, 3.10, PyPy3 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| Ubuntu Linux 20.04 LTS (Focal) | 3.8 | arm64v8, ppc64le, | +| | | s390x | ++----------------------------------+---------------------------------+---------------------+ +| Windows Server 2016 | 3.6 | x86-64 | ++----------------------------------+---------------------------------+---------------------+ +| Windows Server 2019 | 3.6, 3.7, 3.8, 3.9, 3.10, PyPy3 | x86, x86-64 | +| +---------------------------------+---------------------+ +| | 3.9/MinGW | x86, x86-64 | ++----------------------------------+---------------------------------+---------------------+ Other Platforms From 9301422d16bf2e020c7e5fcfef67d411153844b8 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 16 Sep 2021 08:25:51 +1000 Subject: [PATCH 2/2] Merged identical cells --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 63984d0ccf0..426c1e52681 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -467,8 +467,8 @@ These platforms are built and tested for every change. | Ubuntu Linux 18.04 LTS (Bionic) | 3.6 | x86-64 | +----------------------------------+---------------------------------+---------------------+ | Ubuntu Linux 20.04 LTS (Focal) | 3.6, 3.7, 3.8, 3.9, 3.10, PyPy3 | x86-64 | -+----------------------------------+---------------------------------+---------------------+ -| Ubuntu Linux 20.04 LTS (Focal) | 3.8 | arm64v8, ppc64le, | +| +---------------------------------+---------------------+ +| | 3.8 | arm64v8, ppc64le, | | | | s390x | +----------------------------------+---------------------------------+---------------------+ | Windows Server 2016 | 3.6 | x86-64 |