Skip to content

Commit

Permalink
Drop support for Django 4.1
Browse files Browse the repository at this point in the history
Upstream dropped support in January 2024.
  • Loading branch information
francoisfreitag authored and rbarrois committed Apr 25, 2024
1 parent 85d5cc1 commit a81beb4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ testall:
tox

# DOC: Run tests for the currently installed version
# Remove cgi warning when dropping support for Django<=4.1.
# Remove cgi warning when dropping support for Django 3.2.
test:
mypy --ignore-missing-imports tests/test_typing.py
python \
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ChangeLog
*Removed:*

- Drop support for Django 4.0
- Stop advertising and verifying support for Django 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 @@ -16,7 +16,6 @@ classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.1
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 @@ -7,7 +7,6 @@ envlist =
linkcheck
py{38,39,310,311,312,py39,py310}-sqlite
py{38,39,310,311,py39,py310}-django32-mongo-alchemy-{sqlite,postgres}
py{38,39,310,311,py39,py310}-django41-mongo-alchemy-{sqlite,postgres}
py{38,39,310,311,312}-django42-mongo-alchemy-{sqlite,postgres}
py{py39,py310}-django42-mongo-alchemy-sqlite,
# py{py39,py310}-django42-mongo-alchemy-postgres # TODO: Fix me!
Expand Down Expand Up @@ -39,9 +38,8 @@ deps =
alchemy: SQLAlchemy
alchemy: sqlalchemy_utils
mongo: mongoengine
django{32,41,42,50,main}: Pillow
django{32,42,50,main}: Pillow
django32: Django>=3.2,<3.3
django41: Django>=4.1,<4.2
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 a81beb4

Please sign in to comment.