Skip to content

Commit 5f2ae9a

Browse files
committed
Add test matrix
1 parent f1a07c2 commit 5f2ae9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
13-
django-version: ['4.2', '5.0', 'main']
12+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
13+
django-version: ['4.2', '5.0', '5.1', '5.2', 'main']
1414
exclude:
1515
# Django 5.0 dropped support for Python <3.10
1616
- django-version: '5.0'

0 commit comments

Comments
 (0)