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: