Skip to content

Commit f5d4104

Browse files
committed
5.2 ?
1 parent b76cb90 commit f5d4104

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test_full.yml

Lines changed: 5 additions & 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', '3.13', '3.14']
15-
django-version: ['<3.2', '<3.3', '<4.2', '<4.3', '<5.1', '<5.2', '<5.3']
15+
django-version: ['<3.3', '<4.2', '<4.3', '<5.1', '<5.2', '<5.3'] # '<3.2',
1616
exclude:
1717
- python-version: '3.7'
1818
django-version: '<5.1'
@@ -41,6 +41,10 @@ jobs:
4141
django-version: '<4.2'
4242
- python-version: '3.14'
4343
django-version: '<4.3'
44+
- python-version: '3.14'
45+
django-version: '<5.1'
46+
- python-version: '3.14'
47+
django-version: '<5.2'
4448

4549
steps:
4650
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)