Skip to content

Commit 075caf5

Browse files
committed
Disable CI testing with Django 2.2 and 3.2
1 parent aa9b431 commit 075caf5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@ jobs:
6767
strategy:
6868
matrix:
6969
python-version: ['3.8', '3.9', '3.10']
70-
django-version: ['3.2', '4.0']
70+
django-version: ['4.0']
7171
include:
72-
- python-version: '3.7'
73-
django-version: '2.2'
7472
- python-version: '3.11'
7573
django-version: '4.1'
7674
steps:

0 commit comments

Comments
 (0)