Skip to content

Commit

Permalink
Added testing against Django 5.1. (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson authored Jun 14, 2024
1 parent 920a79f commit 671deff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
{py38, py39, py310, py311, py312}-django42,
{py310, py311, py312}-django50,
{py310, py311, py312}-django51,
{py310, py311, py312}-latest,
isort,lint,docs,warnings,
isolated_build = true
Expand All @@ -19,6 +20,7 @@ setenv =
deps =
django42: Django>=4.2rc1,<5.0
django50: Django>=5.0b1,<5.1
django51: Django>=5.1a1,<5.2
!latest: djangorestframework
latest: {[latest]deps}
-r requirements/test-ci.txt
Expand Down

0 comments on commit 671deff

Please sign in to comment.