From c9e484509f77b33730bdfb2f2fe2435c5f0d59e6 Mon Sep 17 00:00:00 2001 From: zubairshakoorarbisoft Date: Tue, 1 Aug 2023 14:43:01 +0500 Subject: [PATCH] fix: Added support for django 42 --- .github/workflows/ci.yml | 4 ++-- CHANGELOG.rst | 4 ++++ lti_consumer/__init__.py | 2 +- lti_consumer/admin.py | 4 ++-- tox.ini | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10fbfec4..717b86df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-20.04] python-version: ['3.8'] - toxenv: [py38-django32, py38-django40, quality] + toxenv: [py38-django32, py38-django42, quality] steps: - uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: run: tox - name: Run Coverage - if: matrix.python-version == '3.8' && matrix.toxenv=='py38-django32' + if: matrix.python-version == '3.8' && matrix.toxenv=='py38-django42' uses: codecov/codecov-action@v1 with: flags: unittests diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cb1fa32a..1650375e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,10 @@ Please See the `releases tab =3.2,<4.0 - django40: Django>=4.0,<4.1 + django42: Django>=4.2,<4.3 -r{toxinidir}/requirements/test.txt commands = make test