Skip to content

Commit

Permalink
Added testing for Django 4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed May 24, 2022
1 parent d8ecfa3 commit c5014f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
=======

Unreleased
----------

* Confirmed support for Django 4.1.

2.2.0 (2022-01-31)
------------------

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

[testenv]
Expand All @@ -23,4 +24,5 @@ deps=
django-31: Django>=3.1a1,<3.2
django-32: Django>=3.2a1,<4.0
django-40: Django>=4.0a1,<4.1
django-41: Django>=4.1a1,<4.2
django-main: https://github.com/django/django/archive/main.tar.gz

0 comments on commit c5014f3

Please sign in to comment.