From db5a981f438df7ec4f7f5b2224b5f01a36d79a44 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 6 Nov 2020 01:41:35 +0000 Subject: [PATCH] CI: add CPython 3.9 to test matrix. --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cbc50d6..52a827d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', pypy3] + python-version: ['3.6', '3.7', '3.8', '3.9', pypy3] steps: - name: Check out source code uses: actions/checkout@v2 -- 2.30.2