Add Python 3.6 and 3.8 and Django 3.0 and 3.1.

This commit is contained in:
Jannis Leidel 2020-11-26 09:38:53 +01:00
parent 9dc0516683
commit e3bd439961
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['2.7', '3.7']
python-version: ['2.7', '3.6', '3.7', '3.8']
steps:
- uses: actions/checkout@v2