From 0f9e0d300bbff4d452989fd697d2b0d661a26f91 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Fri, 5 Nov 2021 10:12:42 +0800 Subject: [PATCH] Run CI against Python 3.10 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f676e3b..641a928f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8, 3.9, '3.10'] os: [MacOS, Ubuntu, Windows] steps: