mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Exclude unsupported combinations
This commit is contained in:
parent
10a0da187d
commit
1c41ba86e8
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -14,6 +14,11 @@ jobs:
|
|||
- python-version: 3.11
|
||||
django-version: 6.0
|
||||
|
||||
- python-version: 3.13
|
||||
django-version: 4.2
|
||||
- python-version: 3.14
|
||||
django-version: 4.2
|
||||
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue