From 7f8bb3b7dced09a25d957058df83457666e41907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Thu, 4 Dec 2025 06:43:27 +0300 Subject: [PATCH] Add Django 6.0 to test matrix --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed1dcc2..e6dff41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: - 'django==5.0' - 'django==5.1' - 'django==5.2' + - 'django==6.0' include: - python-version: '3.13' @@ -51,6 +52,12 @@ jobs: django-version: "git+https://github.com/django/django.git@main#egg=Django" experimental: true + exclude: + - python-version: '3.10' + django-version: '6.0' + - python-version: '3.11' + django-version: '6.0' + env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true steps: