Skip to content

Commit 25f5938

Browse files
committed
add django 4.1 to workflow
1 parent 1a901c6 commit 25f5938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
exclude:
1616
- python-version: '3.7'
1717
django-version: 'Django~=4.0.0'
18+
- python-version: '3.7'
19+
django-version: 'Django~=4.1.0'
1820

1921
steps:
2022
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)