Skip to content

Commit ae29ce0

Browse files
committed
Add py3.6-3.7 to test matrix
1 parent 734ec4d commit ae29ce0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- drf: djangorestframework
3030
python-version: "3.10"
3131
django-version: "Django<4.2,>=4.1" # must be different from django-version
32+
- django-version: "Django<4.0,>=3.2"
33+
python-version: 3.6
34+
- django-version: "Django<4.0,>=3.2"
35+
python-version: 3.7
36+
3237
steps:
3338
- uses: actions/checkout@v3
3439
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)