File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,14 @@ jobs:
1616 fail-fast : false
1717 matrix :
1818 include :
19- # Django 2.2
20- - django : " 2.2"
21- python : " 3.6"
22- # Django 3.1
23- - django : " 3.1"
24- python : " 3.6"
2519 # Django 3.2
2620 - django : " 3.2"
2721 python : " 3.6"
28- # Django 4.0
29- - django : " 4.0b1 "
22+ # Django 4.2
23+ - django : " 4.2 "
3024 python : " 3.10"
25+ - django : " 5.0"
26+ python : " 3.11"
3127
3228 steps :
3329 - name : Install gettext
5147 echo "Python ${{ matrix.python }} / Django ${{ matrix.django }}"
5248 coverage run --rcfile=.coveragerc runtests.py
5349 codecov
54- continue-on-error : ${{ contains(matrix.django, '4.0 ') }}
50+ continue-on-error : ${{ contains(matrix.django, '5.1 ') }}
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py36-django{22,31,32},
4- py37-django{22,31,32},
5- py38-django{22,31,32},
3+ py38-django{32},
4+ py310-django{42,50},
65 docs,
76
87[testenv]
98deps =
109 django-wysiwyg
1110 django-fluent-pages>=2.0.7
1211 django-fluent-contents>=2.0.7
13- django22: Django ~= 2.2
14- django31: Django ~= 3.1
1512 django32: Django ~= 3.2
13+ django42: Django ~= 4.2
14+ django50: Django ~= 5.0
1615 django-dev: https://github.com/django/django/tarball/main
1716commands =
1817 python --version
You can’t perform that action at this time.
0 commit comments