From a55455c44de5d7963095f7b05a89274fa7924e55 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 22 Jan 2020 00:29:21 +0000 Subject: [PATCH] chore(ci): Only run CI tests on Python 3.7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1869419..574a5b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.6, 3.7] + python-version: [3.7] scenario: - default - with-config