Skip to content

Commit 4c4e035

Browse files
authored
Update test_full.yml
Adjusted supported django version
1 parent cddc0f6 commit 4c4e035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ['3.8', '3.9', '3.10', '3.11']
14-
django-version: ['<3.0', '<3.1', '<3.2', '<3.3', '<4.1', '<4.2']
14+
django-version: ['<3.2', '<3.3', '<4.2', '<4.3', '<5.1']
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)