Don't build for 3.6 any longer

This commit is contained in:
Matthias 2020-12-14 19:10:24 +01:00
parent ba869a330f
commit 66d5271ada
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -1,9 +1,10 @@
os:
- linux
dist: xenial
dist: bionic
language: python
python:
- 3.6
- 3.7
- 3.8
services:
- docker
env: