mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Add test matrix
This commit is contained in:
parent
f1a07c226e
commit
5f2ae9a9b0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -9,8 +9,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
|
||||||
django-version: ['4.2', '5.0', 'main']
|
django-version: ['4.2', '5.0', '5.1', '5.2', 'main']
|
||||||
exclude:
|
exclude:
|
||||||
# Django 5.0 dropped support for Python <3.10
|
# Django 5.0 dropped support for Python <3.10
|
||||||
- django-version: '5.0'
|
- django-version: '5.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue