Skip to content

Commit

Permalink
Added testing for Django 4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored and claudep committed Sep 24, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 97e7867 commit 69b166a
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -3,6 +3,11 @@
History
=======

Unreleased
----------

* Confirmed support for Django 4.0.

2.1.0 (2021-03-03)
------------------

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: BSD License',
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ envlist =
py3{6,7,8,9}-django30
py3{6,7,8,9}-django31
py3{6,7,8,9}-django32
py3{6,7,8,9}-master
py3{8,9}-django40
py3{8,9}-main

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

0 comments on commit 69b166a

Please sign in to comment.