Skip to content

Commit 227c96b

Browse files
committed
add django 3.1 to test matrix
1 parent 7458d56 commit 227c96b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/),
99
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010

11+
## [Unreleased]
12+
13+
### Added
14+
* Added support for Django 3.1
15+
1116
## [3.2.0] - 2020-08-26
1217

1318
### Added

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py{35,36}-django{111}-drf{310,311,master},
44
py{35,36,37}-django{21,22}-drf{310,311,master},
55
py38-django22-drf{311,master},
6-
py{36,37,38}-django{30}-drf{311,master},
6+
py{36,37,38}-django{30,31}-drf{311,master},
77
lint,docs
88

99
[testenv]
@@ -12,6 +12,7 @@ deps =
1212
django21: Django>=2.1,<2.2
1313
django22: Django>=2.2,<2.3
1414
django30: Django>=3.0,<3.1
15+
django31: Django>=3.1,<3.2
1516
drf310: djangorestframework>=3.10.2,<3.11
1617
drf311: djangorestframework>=3.11,<3.12
1718
drfmaster: https://github.com/encode/django-rest-framework/archive/master.zip

0 commit comments

Comments
 (0)