Skip to content

Commit 3c7456d

Browse files
committed
Exclude 3.7 on ckan 2.8
1 parent 2526e8c commit 3c7456d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ jobs:
4545

4646
strategy:
4747
matrix:
48-
python-version: [ 2.7, 3.6, 3.7 ]
48+
python-version: [ 2.7, 3.7 ]
4949
ckan-version: [ 2.8, 2.9 ]
50+
exclude:
51+
- python-version: 3.7
52+
ckan-version: 2.8
5053
env:
5154
CKAN_PATH: ./ckan
5255
VIRTUAL_ENV: "1" # let's fake a virtual environment, why not

0 commit comments

Comments
 (0)