Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DjangoCMS 3.11 to Django 5.0 test matrix #253

Merged
merged 2 commits into from
Dec 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add DjangoCMS 3.11 to Django 5.0 test matrix
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
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