mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Add django 6.1 support
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
@@ -35,13 +35,13 @@ See the `changelog <https://github.com/GDay/django-q2/blob/master/CHANGELOG.md>`
|
||||
Requirements
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- `Django <https://www.djangoproject.com>`__ 5.2 and 6.0
|
||||
- `Django <https://www.djangoproject.com>`__ 5.2, 6.0 and 6.1
|
||||
- `Django-picklefield <https://github.com/gintas/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
|
||||
~~~~~~~
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user