From 415d679f843db38fc7a0d5f5b2b1316d317873f9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 23 Feb 2022 15:26:16 +1100 Subject: [PATCH] Added Gentoo to Docker jobs --- .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 db866774c..2762d80c9 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -25,6 +25,7 @@ jobs: debian-11-bullseye-x86, fedora-34-amd64, fedora-35-amd64, + gentoo, ubuntu-18.04-bionic-amd64, ubuntu-20.04-focal-amd64, ] diff --git a/docs/installation.rst b/docs/installation.rst index 4add81352..d59f6b8e4 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -465,6 +465,8 @@ These platforms are built and tested for every change. +----------------------------------+----------------------------+---------------------+ | Fedora 35 | 3.10 | x86-64 | +----------------------------------+----------------------------+---------------------+ +| Gentoo | 3.9 | x86-64 | ++----------------------------------+----------------------------+---------------------+ | macOS 10.15 Catalina | 3.7, 3.8, 3.9, 3.10, PyPy3 | x86-64 | +----------------------------------+----------------------------+---------------------+ | Ubuntu Linux 18.04 LTS (Bionic) | 3.9 | x86-64 |