From b045456ed68c366bf801b8fc42a3b57be6955f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20B=C3=A1nffy?= Date: Mon, 23 Nov 2020 20:36:20 +0000 Subject: [PATCH] Remove 3.10-dev from ppc, 2.7 from arm64 --- .travis.yml | 7 +------ HISTORY.rst | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d81c92..4443bd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ jobs: - os: linux arch: arm64 language: python - dist: focal + dist: bionic python: 2.7 - os: linux arch: arm64 @@ -116,11 +116,6 @@ jobs: language: python dist: focal python: 3.9 - - os: linux - arch: ppc64le - language: python - dist: focal - python: 3.10-dev - os: linux arch: s390x diff --git a/HISTORY.rst b/HISTORY.rst index 1454c0d..ef8349f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ History current ------- -* Do Linux tests on Focal where possible (2.7 and 3.7 on ppc64le and s390x run Bionic) +* Do Linux tests on Focal where possible (2.7 and 3.7 on ppc64le and s390x, 2.7 on arm64 run Bionic) * Fix wrong URLs in CONTRIBUTING.rst * Add 3.7, 3.8 to ppc64le and s390x, 3.9-dev to macOS * Rename nightly as 3.9-dev