From 21b6a0839f98e6712cda51068f25d93ec6a45b6e Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Wed, 17 Nov 2021 11:10:34 +0800 Subject: [PATCH] Include py3.6 testing in CI matrix --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4b8c07e6..97acea0a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,6 +41,9 @@ jobs: matrix: python-version: [3.7, 3.8, 3.9, "3.10"] os: [MacOS, Ubuntu, Windows] + include: + - python-version: 3.6 + os: Ubuntu steps: - uses: actions/checkout@v1