Skip to content

Commit f275614

Browse files
committed
Add Django 6.0 to the test matrix; don't test Python 3.11 since minimum for Django 6 is Python 3.12
1 parent 7e24632 commit f275614

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
django-version: ['4.2', '5.2']
20+
django-version: ['4.2', '5.2', '6.0']
2121
python-version: ['3.11', '3.12', '3.13']
2222
working-directory: ['./packages/hidp']
2323
exclude:
2424
- django-version: '4.2'
2525
python-version: '3.13'
26+
- django-version: '6.0' # Django 6.0 supports Python 3.12 and 3.13
27+
python-version: '3.11'
2628
include:
2729
- working-directory: './project'
2830
python-version: '3.12'

0 commit comments

Comments
 (0)