Skip to content

Commit 32491a8

Browse files
authored
Bump Django from 6.0b1 to 6.0rc1 in CI (#205)
1 parent b415fa7 commit 32491a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.0b1"]
19+
django-version: ["4.2", "5.0", "5.1", "5.2", "6.0rc1"]
2020
exclude:
21-
- django-version: "6.0b1"
21+
- django-version: "6.0rc1"
2222
python-version: "3.10"
23-
- django-version: "6.0b1"
23+
- django-version: "6.0rc1"
2424
python-version: "3.11"
2525
- django-version: "4.2"
2626
python-version: "3.14"

0 commit comments

Comments
 (0)