diff --git a/.github/workflows/test-docker.yml b/.github/workflows/test-docker.yml index 46e9e5f2c..3a2b501b1 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -23,6 +23,7 @@ jobs: centos-stream-8-amd64, debian-10-buster-x86, fedora-34-amd64, + fedora-35-amd64, ubuntu-18.04-bionic-amd64, ubuntu-20.04-focal-amd64, ] diff --git a/docs/installation.rst b/docs/installation.rst index fc5b0e7e9..218a123bc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -462,6 +462,8 @@ These platforms are built and tested for every change. +----------------------------------+---------------------------------+---------------------+ | Fedora 34 | 3.9 | x86-64 | +----------------------------------+---------------------------------+---------------------+ +| Fedora 35 | 3.10 | 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 |