added different python versions to github actions matrix

This commit is contained in:
Hendrik Schneider 2022-04-23 13:21:00 +02:00
parent 3c717a7db9
commit 5e52b27f1d

View file

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