mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
exlcude test django 6.0 with python 3.10 or 3.11 since it requires python3.12
This commit is contained in:
parent
636caa3f24
commit
660ac2d561
1 changed files with 5 additions and 0 deletions
5
.github/workflows/lint-and-test.yml
vendored
5
.github/workflows/lint-and-test.yml
vendored
|
|
@ -28,6 +28,11 @@ jobs:
|
|||
matrix:
|
||||
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
django_version: ["4.2", "5.1", "5.2", "6.0"]
|
||||
exclude:
|
||||
- python_version: "3.10"
|
||||
django_version: "6.0"
|
||||
- python_version: "3.11"
|
||||
django_version: "6.0"
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue