Skip to content

Commit

Permalink
Add support for Django 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Feb 18, 2025
1 parent 7bf01c1 commit 6fceab8
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 @@ -25,6 +25,7 @@ classifiers = [
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
]
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ envlist =
py{39,310,311}-dj42
py{310,311,312}-dj50
py{310,311,312,313}-dj51
py{310,311,312,313}-dj52
skipsdist = True

[testenv]
deps =
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
dj52: Django>=5.2a1,<6.0

djangorestframework
openpyxl
Expand Down

0 comments on commit 6fceab8

Please sign in to comment.