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] -