Skip to content

Commit

Permalink
Stop testing for Django 3.2
Browse files Browse the repository at this point in the history
Upstream support has been dropped in April 2024.
  • Loading branch information
rbarrois committed Aug 18, 2024
1 parent 8b325f8 commit 4c59abf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ ChangeLog

*Removed:*

- Drop support for Django 4.0
- Stop advertising and verifying support for Django 4.1
- Stop advertising and verifying support for Django 3.2, 4.0, 4.1

3.3.0 (2023-07-19)
------------------
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Intended Audience :: Developers
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ envlist =
examples
linkcheck
py{38,39,310,311,312,py39,py310}
py{38,39,310,311,py39,py310}-django32-mongo-alchemy
py{38,39,310,311,312}-django42-mongo-alchemy
py{py39,py310}-django42-mongo-alchemy
py{310,311,312}-django50-mongo-alchemy
Expand All @@ -28,8 +27,7 @@ deps =
alchemy: SQLAlchemy
mongo: mongoengine
mongo: mongomock
django{32,42,50,main}: Pillow
django32: Django>=3.2,<3.3
django{42,50,main}: Pillow
django42: Django>=4.2,<5.0
django50: Django>=5.0,<5.1
djangomain: https://github.com/django/django/archive/main.tar.gz
Expand Down

0 comments on commit 4c59abf

Please sign in to comment.