From e0a3dedda8106ba80cf7f6e3937f6a3ed2d4b05f Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Sun, 2 Nov 2025 01:42:07 -0400 Subject: [PATCH] feat: django 5.2 support which add python 3.14 in turn --- .github/workflows/test.yml | 11 +++++++++++ CHANGELOG.md | 6 +++++- README.rst | 4 ++-- docs/index.rst | 4 ++-- pyproject.toml | 5 ++++- tests/app/idp/requirements.txt | 2 +- tox.ini | 10 +++++++--- 7 files changed, 32 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4cdaa8fa..d45418595 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,10 +19,12 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' django-version: - '4.2' - '5.0' - '5.1' + - '5.2' - 'main' include: # https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django @@ -30,6 +32,15 @@ jobs: django-version: '4.2' - python-version: '3.9' django-version: '4.2' + - python-version: '3.14' + django-version: '5.2' + - python-version: '3.14' + django-version: 'main' + exclude: + - python-version: '3.13' + django-version: '5.0' + - python-version: '3.13' + django-version: '4.2' steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f17685ee..f2d44ba4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [unreleased] -