Skip to content

Commit fa5aea3

Browse files
committed
Tweak python/django test matrix for github actions.
1 parent bf67109 commit fa5aea3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
1313
django-version: ['2.2', '3.0', '3.1', '3.2', '4.0', 'main']
1414
exclude:
15-
- python-version: '3.6'
16-
django-version: '4.0'
17-
- python-version: '3.6'
18-
django-version: 'main'
1915
- python-version: '3.7'
2016
django-version: '4.0'
2117
- python-version: '3.7'
@@ -28,6 +24,8 @@ jobs:
2824
django-version: '3.0'
2925
- python-version: '3.10'
3026
django-version: '3.1'
27+
- python-version: '3.10'
28+
django-version: '3.2'
3129

3230
steps:
3331
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)