File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 22envlist =
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
88skip_missing_interpreters =True
99
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
2120commands =
2221 {envpython} --version
You can’t perform that action at this time.
0 commit comments