Skip to content

Commit 10e52d5

Browse files
authored
django 5.1a1 test
1 parent d44c774 commit 10e52d5

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
15-
django-version: ['<3.2', '<3.3', '<4.2', '<4.3', '<5.1', '5.1a1']
15+
django-version: ['<3.2', '<3.3', '<4.2', '<4.3', '<5.1', '==5.1a1']
1616
exclude:
1717
- python-version: '3.7'
1818
django-version: '<5.1'

0 commit comments

Comments
 (0)