Skip to content

Commit

Permalink
Run tests against Django 3.1 (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Aug 2, 2020
1 parent 52eece7 commit b7ed553
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Requirements
------------

* **Python**: 3.5, 3.6, 3.7, 3.8
* **Django**: 2.2, 3.0
* **Django**: 2.2, 3.0, 3.1
* **DRF**: 3.10+

From Version 2.0 Django Filter is Python 3 only.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ __ http://www.django-rest-framework.org/


* **Python**: 3.5, 3.6, 3.7, 3.8
* **Django**: 2.2, 3.0
* **Django**: 2.2, 3.0, 3.1
* **DRF**: 3.10+
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
{py35,py36,py37}-django22,
{py36,py37,py38}-django30,
{py36,py37,py38}-django31,
{py36,py37,py38}-latest,
isort,lint,docs,warnings,

Expand All @@ -18,6 +19,7 @@ setenv =
deps =
django22: django~=2.2.0
django30: django~=3.0.0
django31: django>=3.1rc1,<3.2
djangorestframework~=3.11.0
latest: {[latest]deps}
-rrequirements/test-ci.txt
Expand Down

0 comments on commit b7ed553

Please sign in to comment.