Skip to content

Commit

Permalink
Added support for Django 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhegarty committed Dec 9, 2021
1 parent 0bfe9c7 commit 1534003
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
------------------

- Removed `django_extensions` from example app settings (#1356)
- Added support for Django 4.0

2.7.0 (2021-12-07)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'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
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
{py36,py37,py38,py39,py310}-django22-tablib{dev,stable}
{py36,py37,py38,py39,py310}-django31-tablib{dev,stable}
{py36,py37,py38,py39,py310}-django32-tablib{dev,stable}
{py38,py39,py310}-django40-tablib{dev,stable}
{py38,py39,py310}-djangomain-tablib{dev,stable}

[testenv]
Expand All @@ -14,6 +15,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
-rrequirements/test.txt

Expand Down

0 comments on commit 1534003

Please sign in to comment.