From b60fecc3732146bba49ee23be0701798e4be8dd8 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 18 Jan 2022 23:09:03 +0100 Subject: [PATCH] Remove remaining items from Django 2.2 --- .github/workflows/test.yml | 3 --- docs/9_development.rst | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a054c3..4e54cc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,9 +33,6 @@ jobs: # Exclude Django 4.0 for Python 3.7 - python-version: '3.7' django-version: '4.0' - # Exclude Django 2.2 for Python 3.10 - - python-version: '3.10' - django-version: '2.2' steps: - uses: actions/checkout@v2 diff --git a/docs/9_development.rst b/docs/9_development.rst index 65dbb85..560d58a 100644 --- a/docs/9_development.rst +++ b/docs/9_development.rst @@ -41,6 +41,6 @@ Tox runs the same test set that is run by GitHub Actions, and your code should b If you wish to limit the testing to specific environment(s), you can parametrize the tox run:: - $ tox -e py39-django22 + $ tox -e py39-django32 After you have pushed your changes, open a pull request on GitHub for getting your code upstreamed.