Skip to content

Commit 4474064

Browse files
committed
Simplify tests.yml exclusions
1 parent 0d8aec0 commit 4474064

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,7 @@ jobs:
2626
django-version: "3.1"
2727
# DRF 3.10 imports FieldDoesNotExist from django.db.models,
2828
# which has been moved to django.core.exceptions as of Django 3.1
29-
- python-version: "3.6"
30-
django-version: "3.1"
31-
drf-version: "3.10"
32-
- python-version: "3.7"
33-
django-version: "3.1"
34-
drf-version: "3.10"
35-
- python-version: "3.8"
36-
django-version: "3.1"
29+
- django-version: "3.1"
3730
drf-version: "3.10"
3831

3932
steps:

0 commit comments

Comments
 (0)