Skip to content

Commit 2341be5

Browse files
authored
change supported version of django-cms (#22)
1 parent 9857f5d commit 2341be5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers = [
2222
"Framework :: Django :: 4.2",
2323
"Framework :: Django :: 5.0",
2424
"Framework :: Django CMS",
25-
"Framework :: Django CMS :: 3.11",
2625
"Framework :: Django CMS :: 4.0",
2726
"Framework :: Django CMS :: 4.1",
2827
"Intended Audience :: Developers",

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
envlist =
33
ruff
44
frontend
5-
py{310,311,312}-dj{42}-cms{311,41}
6-
py{310,311,312}-dj{50}-cms{311,41}
5+
py{310,311,312}-dj{42}-cms{40,41}
6+
py{310,311,312}-dj{50}-cms{40,41}
77

88
skip_missing_interpreters=True
99

@@ -14,9 +14,8 @@ deps =
1414
dj50: Django>=5.0,<5.1
1515
dj51: Django>=5.1,<5.2
1616
dj52: Django>=5.2,<6.0
17-
cms311: django-cms>=3.11,<4
1817
cms40: git+https://github.com/django-cms/django-cms@release/4.0.1.x
19-
cms41: git+https://github.com/django-cms/django-cms@develop-4
18+
cms41: django-cms>=4.1,<4.2
2019

2120
commands =
2221
{envpython} --version

0 commit comments

Comments
 (0)