Skip to content

Commit 082e5f5

Browse files
authored
Add django 5.2rc1 to test matrix (#862)
Relates to #853
1 parent 1225670 commit 082e5f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix: # https://docs.djangoproject.com/en/stable/faq/install/#what-python-version-can-i-use-with-django
15-
django-version: ["3.2", "4.2", "5.0", "5.1"]
15+
django-version: ["3.2", "4.2", "5.0", "5.1", "5.2rc1"]
1616
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
1717
exclude:
1818
- django-version: "3.2"
@@ -29,6 +29,8 @@ jobs:
2929
python-version: "3.13"
3030
- django-version: "5.1"
3131
python-version: "3.9"
32+
- django-version: "5.2rc1"
33+
python-version: "3.9"
3234

3335
services:
3436
rabbitmq:

0 commit comments

Comments
 (0)