added different python versions to github actions matrix

This commit is contained in:
Hendrik Schneider 2022-04-23 13:18:15 +02:00
parent 97472bcf92
commit 3c717a7db9

View file

@ -9,8 +9,8 @@ jobs:
build:
strategy:
matrix:
django_version: [2.2, 3.0, 3.1, 3.2, 4.0a1]
python_version: [3.7, 3.8, 3.9, '3.10']
django_version: [2.2, 3.0, 3.1, 3.2, 4.0a1]
exclude:
# Ignore Django 4 on Python 3.7
- python_version: 3.7