Skip to content

Commit

Permalink
Stopped testing against Django 3.0.
Browse files Browse the repository at this point in the history
Django 3.0 was end-of-life in 4/21.
  • Loading branch information
carltongibson committed Sep 23, 2021
1 parent b855c68 commit 90837bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
- python: 3.9
toxenv: py39-2.2.X

- python: 3.6
toxenv: py36-3.0.X
- python: 3.7
toxenv: py37-3.0.X
- python: 3.8
toxenv: py38-3.0.X
- python: 3.9
toxenv: py39-3.0.X

- python: 3.6
toxenv: py36-3.1.X
- python: 3.7
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
{py35,py36,py37,py38,py39}-2.2.X
{py36,py37,py38,py39}-3.0.X
{py36,py37,py38,py39}-3.1.X
{py36,py37,py38,py39}-3.2.X
[testenv]
Expand All @@ -20,7 +19,6 @@ commands =
make test
deps =
2.2.X: Django>=2.2,<2.3
3.0.X: Django>=3.0,<3.1
3.1.X: Django>=3.1,<3.2
3.2.X: Django>=3.2,<4.0
-r{toxinidir}/requirements/tests.txt

0 comments on commit 90837bb

Please sign in to comment.