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 |