From f7f71e0b4667b15d1b28bc2366dba12c3f19d7ef Mon Sep 17 00:00:00 2001 From: Johannes Maron Date: Tue, 2 Jun 2026 15:54:30 +0200 Subject: [PATCH] Set Django dependency to 6.1 --- .github/workflows/ci.yml | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb6967a..f508335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - "3.13" - "3.14" django-version: - - "6.0" + - "6.1a1" services: redis: image: redis @@ -41,7 +41,7 @@ jobs: - uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} - - run: uv run --with django~=${{ matrix.django-version }}.0 pytest -m "not benchmark" + - run: uv run --with django~=${{ matrix.django-version }} pytest -m "not benchmark" - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -57,7 +57,7 @@ jobs: python-version: - "3.13" django-version: - - "6.0" + - "6.1a1" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6 @@ -67,4 +67,4 @@ jobs: - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} - - run: uv run --with django~=${{ matrix.django-version }}.0 pytest -m "not benchmark" + - run: uv run --with django~=${{ matrix.django-version }} pytest -m "not benchmark" diff --git a/pyproject.toml b/pyproject.toml index 8f58c57..54f137d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,10 +30,10 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Framework :: Django", - "Framework :: Django :: 6.0", + "Framework :: Django :: 6.1", ] requires-python = ">=3.12" -dependencies = ["django @ git+https://github.com/django/django.git@main#egg=django"] +dependencies = ["django>=6.1a1"] [project.urls] # https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels