Skip to content

Commit

Permalink
Drop support for Django 2.0 & 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joehybird committed Jan 23, 2020
1 parent 7a01ce3 commit b4224fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ envlist =
flake8,
isort,
py27-1.11,
py34-{1.11,2.0},
py35-{1.11,2.0,2.1,2.2},
py36-{1.11,2.0,2.1,2.2,master},
py37-{1.11,2.0,2.1,2.2,master},
py38-{2.1,2.2,master},
py34-1.11,
py35-{1.11,2.2},
py36-{1.11,2.2,master},
py37-{1.11,2.2,master},
py38-{2.2,master},

[tox:travis]
2.7 = py27
Expand Down

0 comments on commit b4224fd

Please sign in to comment.