Skip to content

Commit

Permalink
Confirm support for Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Aug 17, 2022
1 parent 0b5475e commit 231503f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Unreleased
- Drop Django 1.7 workaround from `select_subclasses()`
- Drop support for `Django < 3.2`
- Drop support for `Python 3.6`
- Confirm support for `Django 4.1`

4.2.0 (2021-10-11)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def long_desc(root_path):
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
],
zip_safe=False,
package_data={
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{37,38,39,310}-dj32
py{38,39,310}-dj{40,main}
py{38,39,310}-dj{40,41,main}
flake8
isort

Expand All @@ -18,6 +18,7 @@ deps =
-rrequirements-test.txt
dj32: Django==3.2.*
dj40: Django==4.0.*
dj41: Django==4.1.*
djmain: https://github.com/django/django/archive/main.tar.gz
ignore_outcome =
djmain: True
Expand Down

0 comments on commit 231503f

Please sign in to comment.