Build 3.6 on github actions too

This commit is contained in:
Matthias 2020-12-14 19:05:41 +01:00
parent 8965b8a18d
commit ba869a330f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04, macos-latest ]
python-version: [3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2