Removed Docker images running Python 3.5

This commit is contained in:
Andrew Murray 2020-07-16 20:17:25 +10:00
parent a7d1a88092
commit e866143eff
2 changed files with 1 additions and 5 deletions

View File

@ -12,10 +12,8 @@ jobs:
docker: [ docker: [
alpine, alpine,
arch, arch,
ubuntu-16.04-xenial-amd64,
ubuntu-18.04-bionic-amd64, ubuntu-18.04-bionic-amd64,
ubuntu-20.04-focal-amd64, ubuntu-20.04-focal-amd64,
debian-9-stretch-x86,
debian-10-buster-x86, debian-10-buster-x86,
centos-6-amd64, centos-6-amd64,
centos-7-amd64, centos-7-amd64,

View File

@ -395,8 +395,6 @@ These platforms are built and tested for every change.
+----------------------------------+--------------------------+-----------------------+ +----------------------------------+--------------------------+-----------------------+
| CentOS 8 | 3.6 |x86-64 | | CentOS 8 | 3.6 |x86-64 |
+----------------------------------+--------------------------+-----------------------+ +----------------------------------+--------------------------+-----------------------+
| Debian 9 Stretch | 3.5 |x86 |
+----------------------------------+--------------------------+-----------------------+
| Debian 10 Buster | 3.7 |x86 | | Debian 10 Buster | 3.7 |x86 |
+----------------------------------+--------------------------+-----------------------+ +----------------------------------+--------------------------+-----------------------+
| Fedora 31 | 3.7 |x86-64 | | Fedora 31 | 3.7 |x86-64 |
@ -405,7 +403,7 @@ These platforms are built and tested for every change.
+----------------------------------+--------------------------+-----------------------+ +----------------------------------+--------------------------+-----------------------+
| macOS 10.15 Catalina | 3.6, 3.7, 3.8, PyPy3 |x86-64 | | macOS 10.15 Catalina | 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 | | Ubuntu Linux 16.04 LTS | 3.6, 3.7, 3.8, PyPy3 |x86-64 |
+----------------------------------+--------------------------+-----------------------+ +----------------------------------+--------------------------+-----------------------+
| Ubuntu Linux 18.04 LTS | 3.6 |x86-64 | | Ubuntu Linux 18.04 LTS | 3.6 |x86-64 |
+----------------------------------+--------------------------+-----------------------+ +----------------------------------+--------------------------+-----------------------+