Skip to content

Commit

Permalink
Confirm support of Django 3.0
Browse files Browse the repository at this point in the history
closes #41
  • Loading branch information
brunobord committed Jun 22, 2020
1 parent b45f2cf commit 4ff4797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Drop Python 2 Support (#37).
- Drop Django 1.11 support (#40).
- Remove `six` from the requirements (#43).
- Confirm support for Django 3.0 (#41).

## 1.5.0 (2020-02-05)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ your RAM.
Tested with all the combinations of:

* Python: 3.5, 3.6, 3.7, 3.8
* Django: 2, 2.1, 2.2, master
* Django: 2, 2.1, 2.2, 3.0, master


Usage
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
flake8
py{35,36,37,38}-django{20,21,22}
py{35,36,37,38}-django{20,21,22,30}
py{36,37,38}-djangomaster

[testenv]
Expand All @@ -16,6 +16,7 @@ deps =
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<3.0
django30: Django>=3.0,<3.1
djangomaster: https://github.com/django/django/archive/master.tar.gz#egg=django
commands =
python --version
Expand Down

0 comments on commit 4ff4797

Please sign in to comment.