diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3044ec..d07c574 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,12 +35,18 @@ jobs: django: - "5.2" - "6.0" + - "6.1" exclude: # django 6.0 does not support earlier than 3.12 - python-version: "3.10" django: "6.0" - python-version: "3.11" django: "6.0" + # django 6.1 does not support earlier than 3.12 + - python-version: "3.10" + django: "6.1" + - python-version: "3.11" + django: "6.1" services: mongodb: diff --git a/README.rst b/README.rst index 7517a3f..df78092 100644 --- a/README.rst +++ b/README.rst @@ -35,13 +35,13 @@ See the `changelog ` Requirements ~~~~~~~~~~~~ -- `Django `__ 5.2 and 6.0 +- `Django `__ 5.2, 6.0 and 6.1 - `Django-picklefield `__ Tested with: * Python 3.10 to 3.14. -* Django 5.2 and 6.0. +* Django 5.2, 6.0 and 6.1. Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index 2f5e4eb..6873744 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,7 +27,7 @@ Features - Rollbar and Sentry support -Django Q2 is tested with: Python 3.8, 3.9, 3.10, 3.11 and 3.12. Works with Django 4.2.x, 5.x and 6.0.x +Django Q2 is tested with: python 3.10, 3.11, 3.12, 3.13 and 3.14. Works with Django 5.2, 6.0 and 6.1 Currently available in English, German and French.