Remove remaining items from Django 2.2

This commit is contained in:
Hasan Ramezani 2022-01-18 23:09:03 +01:00 committed by Aleksi Häkli
parent b81c298561
commit b60fecc373
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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.