Skip to content

Commit

Permalink
drop support old django-3.2.x django-4.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shtalinberg committed Nov 20, 2024
1 parent 26ace71 commit 314df1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 9 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========


Version 4.2.0
~~~~~~~~~~~~~

**New feature**: Django 5.1.x support.
Django EL(Endless) Pagination now supports Django from 4.2.x to 5.1.x
supports Python 3.8, 3.9, 3.10, 3.11, 3.12, 3.13


Version 4.1.1
~~~~~~~~~~~~~

Expand Down
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[tox]
envlist = py3{8,9,10}-django32
py3{8,9,10}-django41
py3{8,9,10,11,12}-django42
envlist = py3{8,9,10,11,12}-django42
py3{10,11,12}-django50
py3{10,11,12,13}-django51
py3{10,11,12,13}-djdev
Expand All @@ -16,8 +14,6 @@ passenv =

deps =
-r{toxinidir}/tests/requirements.pip
django-32: Django>=3.2,<4.0
django-41: Django>=4.1,<4.2
django-42: Django>=4.2,<4.3
django-50: Django>=5.0,<5.1
django-51: Django>=5.1,<5.2
Expand Down

0 comments on commit 314df1d

Please sign in to comment.