Skip to content

Commit

Permalink
Drop Django 4.1 from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 11, 2024
1 parent 2239a1c commit 5d862d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Next version
using a Google account.
- Added support for Django 5.1.
- Exempted our login views from the ``LoginRequiredMiddleware``.
- Dropped Django 4.1 from the CI. 3.2 is still there.


0.16 (2023-09-17)
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
py{38,39,310}-dj{32,41,42}
py{310,311}-dj{32,41,42,50,main}
py{312}-dj{41,42,50,main}
py{38,39,310}-dj{32,42}
py{310,311}-dj{32,42,50,main}
py{312}-dj{42,50,51,main}

[testenv]
usedevelop = true
Expand All @@ -12,7 +12,6 @@ commands =
coverage report -m
deps =
dj32: Django>=3.2,<4.0
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
Expand Down

0 comments on commit 5d862d9

Please sign in to comment.