mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-21 01:18:12 +08:00
Django 6.0 support (#307)
* Remove upper bound on Django version. This allows it to be installed alongside Django 6 and later. See https://iscinumpy.dev/post/bound-version-constraints/ * Run tests on Django 6.0 / Python 3.12
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
||||
- "5.0"
|
||||
- "5.1"
|
||||
- "5.2"
|
||||
- "6.0"
|
||||
exclude:
|
||||
# django 5.2 does not support 3.9
|
||||
- python-version: "3.9"
|
||||
@@ -49,6 +50,13 @@ jobs:
|
||||
# django 4.2 does not support 3.13
|
||||
- python-version: "3.13"
|
||||
django: "4.2"
|
||||
# django 6.0 does not support earlier than 3.12
|
||||
- python-version: "3.9"
|
||||
django: "6.0"
|
||||
- python-version: "3.10"
|
||||
django: "6.0"
|
||||
- python-version: "3.11"
|
||||
django: "6.0"
|
||||
|
||||
services:
|
||||
mongodb:
|
||||
|
||||
Reference in New Issue
Block a user