Skip to content

Commit

Permalink
Add Django 5.0 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Feb 4, 2024
1 parent 2399753 commit 0ce5bd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Miscellaneous:

- Migrated from `setup.py` and `setup.cfg` to `pyproject.toml`
- Add support for Python 3.12
- Add support for Django 5.0
- Avoid git command injections
- Remove Codecov integration

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py{38,39,310}-django40
py{38,39,310,311,312}-django41
py{38,39,310,311,312}-django42
py{310,311,312}-django50
lint
coverage

Expand All @@ -27,6 +28,7 @@ deps =
django40: django>=4.0,<4.1
django41: django>=4.1,<4.2
django42: django>=4.2,<4.3
django50: django>=5.0,<5.1

[testenv:lint]
basepython = python3.11
Expand Down

0 comments on commit 0ce5bd8

Please sign in to comment.