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
39a27db815
commit
97472bcf92
1 changed files with 4 additions and 0 deletions
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue