Skip to content

Commit 97be2f4

Browse files
committed
[ci] Updated django~=5.2rc0 to django~=5.2.0
1 parent d59608b commit 97be2f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
- django~=4.2.0
3434
- django~=5.0.0
3535
- django~=5.1.0
36-
- django~=5.2rc0
36+
- django~=5.2.0
3737
exclude:
3838
# Django 5.0+ requires Python >=3.10
3939
- python-version: "3.9"
4040
django-version: django~=5.0.0
4141
- python-version: "3.9"
4242
django-version: django~=5.1.0
4343
- python-version: "3.9"
44-
django-version: django~=5.2rc0
44+
django-version: django~=5.2.0
4545
# Python 3.13 supported only in Django >=5.1.3
4646
- python-version: "3.13"
4747
django-version: django~=4.2.0

0 commit comments

Comments
 (0)