From e8987491d44e8f58c8503e6df5bcdab64e504e7f Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 29 Apr 2020 16:03:42 +0300 Subject: [PATCH] Add Fedora 32 --- .github/workflows/test-docker.yml | 1 + docs/installation.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/test-docker.yml b/.github/workflows/test-docker.yml index 211f0d5f5..8d1c2e24c 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -23,6 +23,7 @@ jobs: amazon-1-amd64, amazon-2-amd64, fedora-31-amd64, + fedora-32-amd64, ] dockerTag: [master] diff --git a/docs/installation.rst b/docs/installation.rst index ca7e25f9a..62549bd26 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -398,6 +398,8 @@ These platforms are built and tested for every change. +----------------------------------+--------------------------+-----------------------+ | Fedora 31 | 3.7 |x86-64 | +----------------------------------+--------------------------+-----------------------+ +| Fedora 32 | 3.8 |x86-64 | ++----------------------------------+--------------------------+-----------------------+ | macOS 10.15 Catalina | 3.5, 3.6, 3.7, 3.8, PyPy3|x86-64 | +----------------------------------+--------------------------+-----------------------+ | Ubuntu Linux 16.04 LTS | 3.5, 3.6, 3.7, 3.8, PyPy3|x86-64 |