diff --git a/.travis.yml b/.travis.yml index 38ef0eb2c66..43fc23613a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,8 +44,8 @@ matrix: - env: DOCKER="centos-7-amd64" DOCKER_TAG="master" - env: DOCKER="amazon-1-amd64" DOCKER_TAG="master" - env: DOCKER="amazon-2-amd64" DOCKER_TAG="master" - - env: DOCKER="fedora-28-amd64" DOCKER_TAG="master" - env: DOCKER="fedora-29-amd64" DOCKER_TAG="master" + - env: DOCKER="fedora-30-amd64" DOCKER_TAG="master" services: - docker diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 082c6918a10..446b3f0b0cd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,10 +58,10 @@ jobs: - template: .azure-pipelines/jobs/test-docker.yml parameters: - docker: 'fedora-28-amd64' - name: 'fedora_28_amd64' + docker: 'fedora-29-amd64' + name: 'fedora_29_amd64' - template: .azure-pipelines/jobs/test-docker.yml parameters: - docker: 'fedora-29-amd64' - name: 'fedora_29_amd64' + docker: 'fedora-30-amd64' + name: 'fedora_30_amd64' diff --git a/docs/installation.rst b/docs/installation.rst index b819b4c4621..9b5a41823bd 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -382,21 +382,23 @@ These platforms are built and tested for every change. +----------------------------------+-------------------------------+-----------------------+ |**Operating system** |**Tested Python versions** |**Tested Architecture**| +----------------------------------+-------------------------------+-----------------------+ -| Alpine | 2.7 |x86-64 | +| Alpine | 2.7, 3.6 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ -| Arch | 2.7 |x86-64 | +| Arch | 2.7, 3.7 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ -| Amazon | 2.7 |x86-64 | +| Amazon Linux 1 | 2.7, 3.6 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ -| Centos 6 | 2.7 |x86-64 | +| Amazon Linux 2 | 2.7, 3.6 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ -| Centos 7 | 2.7 |x86-64 | +| CentOS 6 | 2.7, 3.6 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ -| Debian Stretch | 2.7 |x86 | +| CentOS 7 | 2.7, 3.6 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ -| Fedora 28 | 2.7 |x86-64 | +| Debian 9 Stretch | 2.7, 3.5 |x86 | +----------------------------------+-------------------------------+-----------------------+ -| Fedora 29 | 2.7 |x86-64 | +| Fedora 29 | 2.7, 3.7 |x86-64 | ++----------------------------------+-------------------------------+-----------------------+ +| Fedora 30 | 2.7, 3.7 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ | Mac OS X 10.10 Yosemite* | 2.7, 3.5, 3.6, 3.7 |x86-64 | +----------------------------------+-------------------------------+-----------------------+