Skip to content

Commit

Permalink
Drop support for Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Mar 19, 2024
1 parent 69809cf commit fdb7285
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ testall:
tox

# DOC: Run tests for the currently installed version
# Remove cgi warning when dropping support for Django<=4.1.
test:
python \
-b \
Expand All @@ -62,7 +61,6 @@ test:
-Wdefault:"Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working":DeprecationWarning:: \
-Wdefault:"set_output_charset() is deprecated":DeprecationWarning:: \
-Wdefault:"parameter codeset is deprecated":DeprecationWarning:: \
-Wdefault:"'cgi' is deprecated and slated for removal in Python 3.13":DeprecationWarning:: \
-Wdefault:"datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version.":DeprecationWarning:: \
-m unittest

Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ChangeLog
*Removed:*

- Drop support for Django 4.0
- Drop 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
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ deps =
mongo: mongoengine
django{32,41,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 fdb7285

Please sign in to comment.