From 36e75615c5cc14188952db2fbc6a28903747e67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Porte=C5=A1?= Date: Thu, 23 Oct 2025 22:15:51 +0200 Subject: [PATCH] Bump Django from 6.0a1 to 6.0b1 in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce94133..a4569cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,11 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] python-version: ["3.10", "3.11", "3.12", "3.13"] - django-version: ["4.2", "5.0", "5.1", "5.2", "6.0a1"] + django-version: ["4.2", "5.0", "5.1", "5.2", "6.0b1"] exclude: - - django-version: "6.0a1" + - django-version: "6.0b1" python-version: "3.10" - - django-version: "6.0a1" + - django-version: "6.0b1" python-version: "3.11" steps: - uses: actions/checkout@v4