Skip to content

Commit a421811

Browse files
authored
chore: Add Django 5.2 tests (#185)
* Update README.rst * Update test.yml
1 parent 3a8941f commit a421811

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
12-
django-version: ['3.2', '4.2', '5.0', '5.1']
12+
django-version: ['3.2', '4.2', '5.0', '5.1', '5.2']
1313
os: [
1414
ubuntu-latest
1515
]
@@ -18,6 +18,8 @@ jobs:
1818
python-version: '3.9'
1919
- django-version: '5.1'
2020
python-version: '3.9'
21+
- django-version: '5.2'
22+
python-version: '3.9'
2123
- django-version: '3.2'
2224
python-version: '3.13'
2325
steps:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ You can run tests by executing::
7272

7373
.. |python| image:: https://img.shields.io/badge/python-3.9+-blue.svg
7474
:target: https://pypi.org/project/django-sekizai/
75-
.. |django| image:: https://img.shields.io/badge/django-4.2,%205.0,%205.1-blue.svg
75+
.. |django| image:: https://img.shields.io/badge/django-4.2--5.2-blue.svg
7676
:target: https://www.djangoproject.com/

0 commit comments

Comments
 (0)