Skip to content

Commit

Permalink
feat(Radi85#241): Confirm support for django 4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiabhi94 committed Feb 27, 2022
1 parent 39f6fb6 commit 942acdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
envlist =
py36-django{21, 22, 30, 31, 32}
py37-django{21, 22, 30, 31, 32}
py38-django{21, 22, 30, 31, 32, main}
py39-django{21, 22, 30, 31, 32, main}
py310-django{main}
py38-django{21, 22, 30, 31, 32, 40, main}
py39-django{21, 22, 30, 31, 32, 40, main}
py310-django{40, main}

[gh-actions]
python =
Expand Down Expand Up @@ -43,6 +43,7 @@ deps =
django30: Django>=3.0,<3.1
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

extras =
Expand Down

0 comments on commit 942acdd

Please sign in to comment.