mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Update lint-and-test.yml
This commit is contained in:
parent
4fc0fd85c7
commit
50c859b44e
1 changed files with 7 additions and 2 deletions
9
.github/workflows/lint-and-test.yml
vendored
9
.github/workflows/lint-and-test.yml
vendored
|
|
@ -26,8 +26,13 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
python_version: ["3.10", "3.11", "3.12", "3.14"]
|
||||
django_version: ["4.2", "5.2"]
|
||||
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
django_version: ["4.2", "5.1", "5.2"]
|
||||
exclude:
|
||||
- python_version: 3.13
|
||||
django_version: 4.2
|
||||
- python_version: 3.14
|
||||
django_version: 4.2
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue