Skip to content

Commit e8777be

Browse files
committed
Run tests on Django 6.0
Now it's actually released
1 parent 7c1ea0d commit e8777be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
os: [windows-latest, macos-latest, ubuntu-latest]
1818
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
19-
django-version: ["4.2", "5.0", "5.1", "5.2", "6.0rc1"]
19+
django-version: ["4.2", "5.0", "5.1", "5.2", "6.0"]
2020
exclude:
21-
- django-version: "6.0rc1"
21+
- django-version: "6.0"
2222
python-version: "3.10"
23-
- django-version: "6.0rc1"
23+
- django-version: "6.0"
2424
python-version: "3.11"
2525
- django-version: "4.2"
2626
python-version: "3.14"

0 commit comments

Comments
 (0)