Skip to content

Commit 766d150

Browse files
committed
Add Django 5.2a1 to the CI
1 parent d61f001 commit 766d150

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Change log
66
Next version
77
~~~~~~~~~~~~
88

9+
- Added Django 5.2a1 to the CI.
10+
911

1012
5.3 (2024-11-18)
1113
~~~~~~~~~~~~~~~~

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
envlist =
33
py{310}-dj{32,42}
4-
py{310,311,312}-dj{32,42,50,51,main}
5-
py{313}-dj{51,main}
4+
py{310,311,312}-dj{32,42,50}
5+
py{312,313}-dj{51,52,main}
66
docs
77
slowtests
88

@@ -17,6 +17,7 @@ deps =
1717
dj42: Django>=4.2,<5.0
1818
dj50: Django>=5.0,<5.1
1919
dj51: Django>=5.1,<5.2
20+
dj52: Django>=5.2a1,<6.0
2021
djmain: https://github.com/django/django/archive/main.tar.gz
2122

2223
[testenv:docs]

0 commit comments

Comments
 (0)