Skip to content

Commit 78aa862

Browse files
committed
Include Django 6.0 in test matrix
1 parent d1023fc commit 78aa862

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ jobs:
204204
matrix:
205205
python-version: ['3.10', '3.11', '3.12', '3.13']
206206
django-version: ['5.0', '5.1', '5.2']
207+
include:
208+
- python-version: '3.12'
209+
django-version: '6.0'
210+
- python-version: '3.13'
211+
django-version: '6.0'
207212
steps:
208213
- uses: actions/checkout@v6
209214
- name: Setup system dependencies

0 commit comments

Comments
 (0)