Skip to content

Commit 001bcde

Browse files
committed
Added Django 5.2a1 to the test matrix.
1 parent 397cc8b commit 001bcde

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Framework :: Django :: 4.2",
2424
"Framework :: Django :: 5.0",
2525
"Framework :: Django :: 5.1",
26+
"Framework :: Django :: 5.2",
2627
]
2728
dynamic = ["version"]
2829
requires-python = ">=3.9"

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ envlist =
66
django42-py{39,310,311,312}
77
django50-py{310,311,312}
88
django51-py{310,311,312,313}
9+
django52-py{310,311,312,313}
910

1011
[gh-actions]
1112
python =
@@ -28,6 +29,7 @@ deps =
2829
django42: Django>=4.2,<5.0
2930
django50: Django>=5.0,<5.1
3031
django51: Django>=5.1,<5.2
32+
django52: Django>=5.2a1,<5.3
3133
extras = django-extensions
3234
commands =
3335
pytest

0 commit comments

Comments
 (0)