Skip to content

Commit

Permalink
add django 3.2 on the matrix and remove 3.0 as EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Asif Saif Uddin committed Oct 17, 2021
1 parent 8cee4de commit 5608ae9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ exclude = migrations/*,docs/*
[tox]
envlist =
py35-{2.2},
py36-{2.2,3.0,3.1},
py37-{2.2,3.0,3.1},
py38-{2.2,3.0,3.1,main},
py36-{2.2,3.1},
py37-{2.2,3.1,3.2},
py38-{2.2,3.1,3.2,main},

[gh-actions]
python =
Expand All @@ -24,7 +24,7 @@ commands =
deps =
-rrequirements_test.txt
3.1: Django>=3.1,<3.2
3.0: Django>=3.0,<3.1
3.2: Django>=3.2,<4.0
2.2: Django>=2.2,<2.3
main: https://github.com/django/django/tarball/main
setenv=
Expand Down

0 comments on commit 5608ae9

Please sign in to comment.