File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 matrix :
1616 os : [ubuntu-20.04]
1717 python-version : ['3.8']
18- toxenv : [quality, django32, django40 ]
18+ toxenv : [quality, django32, django42 ]
1919
2020 steps :
2121 - uses : actions/checkout@v3
3636 run : tox
3737
3838 - name : Run Coverage
39- if : matrix.python-version == '3.8' && matrix.toxenv=='django32 '
39+ if : matrix.python-version == '3.8' && matrix.toxenv=='django42 '
4040 uses : codecov/codecov-action@v3
4141 with :
4242 flags : unittests
Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ Unreleased
1414
1515*
1616
17+ [4.2.0] - 2023-08-03
18+ --------------------
19+
20+ Added
21+ ~~~~~~~
22+ * Added support for Django 4.2
23+
1724[4.1.0] - 2022-01-28
1825--------------------
1926
Original file line number Diff line number Diff line change 33 These package is designed to be used primarily with Open edX Django projects, but should be compatible with non-edX
44 projects as well.
55"""
6- __version__ = '4.1 .0' # pragma: no cover
6+ __version__ = '4.2 .0' # pragma: no cover
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py38-django{32,40 },quality
2+ envlist = py38-django{32,42 },quality
33
44[pycodestyle]
55max-line-length = 120
66
77[testenv]
88deps =
99 django32: Django>=3.2,<4.0
10- django40 : Django>=4.0 ,<4.1
10+ django42 : Django>=4.2 ,<4.3
1111 -r{toxinidir}/requirements/test.txt
1212commands =
1313 pytest {posargs}
You can’t perform that action at this time.
0 commit comments