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:
16
16
fail-fast : false
17
17
matrix :
18
18
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"
25
19
# Django 3.2
26
20
- django : " 3.2"
27
21
python : " 3.6"
28
- # Django 4.0
29
- - django : " 4.0b1 "
22
+ # Django 4.2
23
+ - django : " 4.2 "
30
24
python : " 3.10"
25
+ - django : " 5.0"
26
+ python : " 3.11"
31
27
32
28
steps :
33
29
- name : Install gettext
51
47
echo "Python ${{ matrix.python }} / Django ${{ matrix.django }}"
52
48
coverage run --rcfile=.coveragerc runtests.py
53
49
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 1
1
[tox]
2
2
envlist =
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},
6
5
docs,
7
6
8
7
[testenv]
9
8
deps =
10
9
django-wysiwyg
11
10
django-fluent-pages>=2.0.7
12
11
django-fluent-contents>=2.0.7
13
- django22: Django ~= 2.2
14
- django31: Django ~= 3.1
15
12
django32: Django ~= 3.2
13
+ django42: Django ~= 4.2
14
+ django50: Django ~= 5.0
16
15
django-dev: https://github.com/django/django/tarball/main
17
16
commands =
18
17
python --version
You can’t perform that action at this time.
0 commit comments