Skip to content

Commit 7c7d318

Browse files
committed
Add Django 6.0 to test matrix
1 parent 653e1b7 commit 7c7d318

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- 'django==5.0'
4343
- 'django==5.1'
4444
- 'django==5.2'
45+
- 'django==6.0'
4546

4647
include:
4748
- python-version: '3.13'
@@ -51,6 +52,12 @@ jobs:
5152
django-version: "git+https://github.com/django/django.git@main#egg=Django"
5253
experimental: true
5354

55+
exclude:
56+
- python-version: "3.10"
57+
django-version: "6.0"
58+
- python-version: "3.11"
59+
django-version: "6.0"
60+
5461
env:
5562
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
5663
steps:

0 commit comments

Comments
 (0)