mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Fix python_version and django_version
This commit is contained in:
parent
46524cc2e2
commit
8e42622d23
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
|
@ -26,8 +26,8 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
python_version: ["3.10", 3.11, 3.12, 3.13, 3.14]
|
||||
django_version: [4.2, 5.2, 6.0]
|
||||
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
django_version: ["4.2", "5.2", "6.0"]
|
||||
# exclude:
|
||||
# - python_version: 3.12
|
||||
# django_version: 3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue