mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
added different python versions to github actions matrix
This commit is contained in:
parent
97472bcf92
commit
3c717a7db9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint-and-test.yml
vendored
2
.github/workflows/lint-and-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue