Skip to content

Commit

Permalink
Add support for Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Nov 29, 2023
1 parent 1c99a46 commit 5044047
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ChangeLog
*New:*

- Add support for Django 4.2
- Add support for Django 5.0
- Add support for Python 3.12

*Bugfix:*
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Framework :: Django :: 3.2
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ deps =
alchemy: SQLAlchemy
alchemy: sqlalchemy_utils
mongo: mongoengine
django{32,40,41,main}: Pillow
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.0b1,<5.1
djangomain: https://github.com/django/django/archive/main.tar.gz
py{38,39,310,311}-postgres: psycopg2-binary
pypy{38,39}-postgres: psycopg2cffi
Expand Down

0 comments on commit 5044047

Please sign in to comment.