Skip to content

Commit 9f2f363

Browse files
authored
Merge pull request #77 from ulgens/support-django6.0
Add Django 6.0 to test matrix
2 parents 653e1b7 + 0e7b78e commit 9f2f363

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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: 'django==6.0'
58+
- python-version: '3.11'
59+
django-version: 'django==6.0'
60+
5461
env:
5562
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
5663
steps:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ classifiers = [
3131
"Framework :: Django :: 5.0",
3232
"Framework :: Django :: 5.1",
3333
"Framework :: Django :: 5.2",
34-
"Framework :: Django :: 6",
3534
"Framework :: Django :: 6.0"
3635
]
3736

0 commit comments

Comments
 (0)