diff --git a/.github/workflows/test-docker.yml b/.github/workflows/test-docker.yml index fc4667387..497b994db 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -27,6 +27,7 @@ jobs: gentoo, ubuntu-18.04-bionic-amd64, ubuntu-20.04-focal-amd64, + ubuntu-22.04-jammy-amd64, ] dockerTag: [main] include: diff --git a/docs/installation.rst b/docs/installation.rst index ce28cbc91..41e99797c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -474,6 +474,8 @@ These platforms are built and tested for every change. | | 3.8 | arm64v8, ppc64le, | | | | s390x | +----------------------------------+----------------------------+---------------------+ +| Ubuntu Linux 22.04 LTS (Jammy) | 3.10 | x86-64 | ++----------------------------------+----------------------------+---------------------+ | Windows Server 2016 | 3.7 | x86-64 | +----------------------------------+----------------------------+---------------------+ | Windows Server 2019 | 3.7, 3.8, 3.9, 3.10, PyPy3 | x86, x86-64 |