Skip to content

Commit

Permalink
Add DjangoCMS 3.11 to Django 5.0 test matrix (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: Iacopo Spalletti <i.spalletti@nephila.it>
  • Loading branch information
protoroto and yakky committed Dec 30, 2023
1 parent 90355ca commit 82668e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -14,8 +14,6 @@ jobs:
cms: [nocms, cms311, async]
continue-on-error: [false]
exclude:
- django: 50
cms: cms311
- django: 50
python-version: 3.9
- django: 50
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Expand Up @@ -9,8 +9,6 @@ Django App helper

Starting from 3 django-app-helper only supports Django 2.2+ and django CMS 3.7+. If you need support for older (unsupported) versions, use django-app-helper 2.

Django 5.0 support exclude django CMS 3.11 support, as django CMS 3.11 doesn't yet support Django 5.0.

******************************************
Helper for django applications development
******************************************
Expand Down
1 change: 1 addition & 0 deletions changes/252.feature
@@ -0,0 +1 @@
Add DjangoCMS 3.11 to Django 5.0 test matrix
10 changes: 5 additions & 5 deletions tox.ini
Expand Up @@ -8,9 +8,9 @@ envlist =
ruff
pypi-description
towncrier
py{3.12}-django{42,50}-{nocms,async}
py{3.11}-django{42,41,40,32}-{cms311,nocms,async}
py{3.10}-django{42,41,40,32}-{cms311,nocms,async}
py{3.12}-django{50,42}-{cms311,nocms,async}
py{3.11}-django{50,42,41,40,32}-{cms311,nocms,async}
py{3.10}-django{50,42,41,40,32}-{cms311,nocms,async}
py{3.9}-django{32}-{cms311,nocms,async}
py{3.8}-django{32}-{cms311,nocms,async}
minversion = 3.23
Expand All @@ -22,8 +22,8 @@ deps=
django40: django~=4.0.0
django41: django~=4.1.0
django42: django~=4.2.0
django50: django~=5.0.0b1
cms311: https://github.com/yakky/django-cms/archive/release/3.11.x.zip
django50: django~=5.0.0
cms311: https://github.com/django-cms/django-cms/archive/develop.zip
cms311: djangocms-text-ckeditor>=5.0,<6.0
-r{toxinidir}/requirements-test.txt
async: channels[daphne]~=4.0.0
Expand Down

0 comments on commit 82668e5

Please sign in to comment.