Skip to content

Commit f00ebd9

Browse files
committed
feat: Drop support for djangocms less than 3.11
1 parent aaf6c9b commit f00ebd9

File tree

8 files changed

+0
-2465
lines changed

8 files changed

+0
-2465
lines changed

tests/requirements/compile.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
from subprocess import run
3535

3636
CONFIG_MATRIX = [
37-
["python3.9", "Django>=3.2a1,<3.3", "django-cms>=3.8,<3.9", "py39-django32-cms38.txt",],
38-
["python3.9", "Django>=3.2a1,<3.3", "django-cms>=3.9,<3.10", "py39-django32-cms39.txt",],
39-
["python3.9", "Django>=3.2a1,<3.3", "django-cms>=3.10,<3.11", "py39-django32-cms310.txt",],
40-
41-
["python3.10", "Django>=3.2a1,<3.3", "django-cms>=3.8,<3.9", "py310-django32-cms38.txt",],
42-
["python3.10", "Django>=3.2a1,<3.3", "django-cms>=3.9,<3.10", "py310-django32-cms39.txt",],
43-
["python3.10", "Django>=3.2a1,<3.3", "django-cms>=3.10,<3.11", "py310-django32-cms310.txt",],
4437
["python3.10", "Django>=4.2a1,<5.0", "django-cms>=3.11,<4.0", "py310-django42-cms311.txt",],
4538

4639
["python3.11", "Django>=4.2a1,<5.0", "django-cms>=3.11,<4.0", "py311-django42-cms311.txt",],

tests/requirements/py310-django32-cms310.txt

Lines changed: 0 additions & 409 deletions
This file was deleted.

tests/requirements/py310-django32-cms38.txt

Lines changed: 0 additions & 410 deletions
This file was deleted.

tests/requirements/py310-django32-cms39.txt

Lines changed: 0 additions & 409 deletions
This file was deleted.

tests/requirements/py39-django32-cms310.txt

Lines changed: 0 additions & 409 deletions
This file was deleted.

tests/requirements/py39-django32-cms38.txt

Lines changed: 0 additions & 410 deletions
This file was deleted.

tests/requirements/py39-django32-cms39.txt

Lines changed: 0 additions & 409 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ env_list =
55
ruff
66
py311-django42-cms311
77
py310-django42-cms311
8-
py310-django32-cms{38, 39, 310}
9-
py39-django32-cms{38, 39, 310}
108
skip_missing_interpreters=True
119

1210
[testenv]

0 commit comments

Comments
 (0)