Skip to content

Commit 69b166a

Browse files
felixxmclaudep
authored andcommitted
Added testing for Django 4.0.
1 parent 97e7867 commit 69b166a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
=======
55

6+
Unreleased
7+
----------
8+
9+
* Confirmed support for Django 4.0.
10+
611
2.1.0 (2021-03-03)
712
------------------
813

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'Framework :: Django :: 3.0',
2828
'Framework :: Django :: 3.1',
2929
'Framework :: Django :: 3.2',
30+
'Framework :: Django :: 4.0',
3031
'Intended Audience :: Developers',
3132
'Natural Language :: English',
3233
'License :: OSI Approved :: BSD License',

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ envlist =
44
py3{6,7,8,9}-django30
55
py3{6,7,8,9}-django31
66
py3{6,7,8,9}-django32
7-
py3{6,7,8,9}-master
7+
py3{8,9}-django40
8+
py3{8,9}-main
89

910
[testenv]
1011
basepython =
@@ -21,4 +22,5 @@ deps=
2122
django-30: Django>=3.0a1,<3.1
2223
django-31: Django>=3.1a1,<3.2
2324
django-32: Django>=3.2a1,<4.0
24-
django-master: https://github.com/django/django/archive/master.tar.gz
25+
django-40: Django>=4.0a1,<4.1
26+
django-main: https://github.com/django/django/archive/main.tar.gz

0 commit comments

Comments
 (0)