Skip to content

Commit

Permalink
Merge pull request #248 from lorddaedra/add-django41
Browse files Browse the repository at this point in the history
Add Django 4.1 to test matrix
  • Loading branch information
jonashaag authored Oct 3, 2022
2 parents 66ca631 + c821a36 commit 4a371d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Python Django
======== ==========
3.5 2.2
3.6-3.7 2.2–3.2
3.8-3.9 2.2–4.0
3.10 3.2-4.0
3.8-3.9 2.2–4.1
3.10 3.2-4.1
======== ==========

- Added support for Django 4.0 and Python 3.10.
- Added support for Django 4.0, 4.1 and Python 3.10.
- Removed support for Django 2.1

0.14.0 (2021-06-08)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Django-extra-views is a Django package which introduces additional class-based v
in order to simplify common design patterns such as those found in the Django
admin interface.

Supported Python and Django versions: Python 3.5+, Django 2.1–3.2,
Supported Python and Django versions: Python 3.5+, Django 2.2-4.1,
see `tox.ini <https://github.com/AndrewIngram/django-extra-views/blob/master/tox.ini>`_ for an up-to-date list.

Full documentation is available at `read the docs`_.
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 = py35-django{22}
py36-django{22,30,31,32}
py37-django{22,30,31,32}
py38-django{22,30,31,32,40,master}
py39-django{22,30,31,32,40,master}
py310-django{32,40,master}
py38-django{22,30,31,32,40,41,master}
py39-django{22,30,31,32,40,41,master}
py310-django{32,40,41,master}
black
isort
flake8
Expand Down Expand Up @@ -36,6 +36,7 @@ deps =
django31: Django>=3.1,<3.2
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
djangomaster: https://github.com/django/django/archive/main.tar.gz
pytest-django
pytest-cov
Expand Down

0 comments on commit 4a371d3

Please sign in to comment.