mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Exclude python 3.13 with django 4.2
This commit is contained in:
parent
d9ce6b35fa
commit
b163a163cc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/lint-and-test.yml
vendored
6
.github/workflows/lint-and-test.yml
vendored
|
|
@ -28,9 +28,9 @@ jobs:
|
|||
matrix:
|
||||
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
django_version: ["4.2", "5.2"]
|
||||
# exclude:
|
||||
# - python_version: 3.12
|
||||
# django_version: 3.2
|
||||
exclude:
|
||||
- python_version: 3.13
|
||||
django_version: 4.2
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue