Skip to content

Commit

Permalink
Drop support for Django 3.2 / 4.0 / 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed May 13, 2024
1 parent 72cff23 commit b159810
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
CHANGELOG
=========

1.3.4 (unreleased)
1.4.0 (unreleased)
==================

- Support Python 3.11 / Django 5.0
- Drop support for Django 3.2 / 4.0 / 4.1

1.3.3 (2023-11-13)
==================
Expand Down
13 changes: 5 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
skipsdist = True
envlist =
{py38}-django-{32,40,41,42}
{py39}-django-{32,40,41,42}
{py310}-django-{32,40,41,42,50}
{py311}-django-{32,40,41,42,50}
{py312}-django-{41,42,50}
{py38}-django-{42}
{py39}-django-{42}
{py310}-django-{42,50}
{py311}-django-{42,50}
{py312}-django-{42,50}
isort
flake8
mypy
Expand All @@ -16,9 +16,6 @@ setenv =
deps =
coverage
packaging>=24.0
django-32: Django>=3.2,<4.0
django-40: Django>=4.0,<4.1
django-41: Django>=4.1,<4.2
django-42: Django>=4.2,<5.0
django-50: Django>=5.0,<5.1

Expand Down

0 comments on commit b159810

Please sign in to comment.