added different python versions to github actions matrix

This commit is contained in:
Hendrik Schneider 2022-04-23 13:13:54 +02:00
parent 39a27db815
commit 97472bcf92

View file

@ -11,6 +11,10 @@ jobs:
matrix:
django_version: [2.2, 3.0, 3.1, 3.2, 4.0a1]
python_version: [3.7, 3.8, 3.9, '3.10']
exclude:
# Ignore Django 4 on Python 3.7
- python_version: 3.7
django_version: 4.0
runs-on: ubuntu-latest
steps: