From 66d5271adae8db286ab67f9821638eabdc39e547 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 14 Dec 2020 19:10:24 +0100 Subject: [PATCH] Don't build for 3.6 any longer --- .github/workflows/ci.yml | 2 +- .travis.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9239b83ee..f259129d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ ubuntu-18.04, ubuntu-20.04, macos-latest ] - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8] steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml index 9b8448db5..b61efe678 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ os: - linux -dist: xenial +dist: bionic language: python python: -- 3.6 +- 3.7 +- 3.8 services: - docker env: