Skip to content

Commit

Permalink
Confirmed support for Django 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Dec 7, 2021
1 parent 3e0f966 commit 954c9df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This page details the changes in the various ``django-formtools`` releases.

- Added Python 3.10 to test matrix.

- Confirmed support for Django 4.0.

2.3 (2021-04-18)
----------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def read(*parts):
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ args_are_paths = false
envlist =
py{36,37,38,39}-django{22,31}
py{36,37,38,39,310}-django32
py{38,39,310}-djangomain
py{38,39,310}-django{40,main}

[testenv]
usedevelop = true
Expand All @@ -14,6 +14,7 @@ deps =
django22: Django>=2.2,<3.0
django31: Django>=3.1,<3.2
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
djangomain: https://github.com/django/django/archive/main.tar.gz
-r{toxinidir}/tests/requirements.txt
ignore_outcome =
Expand Down

0 comments on commit 954c9df

Please sign in to comment.