Skip to content

Commit 25a4b0b

Browse files
pauloxnetclaudep
authored andcommitted
Add support for Django 5.2
1 parent 2ad542b commit 25a4b0b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Authors
4040
* Luke Plant
4141
* Malcolm Tredinnick
4242
* Maurycy Pietrzak
43+
* Paolo Melchiorre
4344
* Preston Holmes
4445
* Preston Timmons
4546
* Ramiro Morales

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Framework :: Django :: 4.2",
1919
"Framework :: Django :: 5.0",
2020
"Framework :: Django :: 5.1",
21+
"Framework :: Django :: 5.2",
2122
"Intended Audience :: Developers",
2223
"License :: OSI Approved :: BSD License",
2324
"Operating System :: OS Independent",

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
py{39,310,311,312}-django42
55
py{310,311,312}-django50
66
py{310,311,312,313}-django51
7+
py{310,311,312,313}-django52
78
py{312,313}-djangomain
89

910
[testenv]
@@ -15,6 +16,7 @@ deps =
1516
django42: Django>=4.2,<5.0
1617
django50: Django>=5.0,<5.1
1718
django51: Django>=5.1,<5.2
19+
django52: Django>=5.2,<6.0
1820
djangomain: https://github.com/django/django/archive/main.tar.gz
1921
-r{toxinidir}/tests/requirements.txt
2022
ignore_outcome =

0 commit comments

Comments
 (0)