Skip to content

Commit 1a901c6

Browse files
committed
add Django 4.1 to CI
1 parent 3900dd7 commit 1a901c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
django-version:
1212
- 'Django~=3.2.0' # LTS April 2024
1313
- 'Django~=4.0.0' # April 2023
14+
- 'Django~=4.1.0' # December 2023
1415
exclude:
1516
- python-version: '3.7'
1617
django-version: 'Django~=4.0.0'

0 commit comments

Comments
 (0)