From 8f316d2846a3d4f0f5610884f24fa84741a754b3 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 24 Mar 2021 19:34:16 -0500 Subject: [PATCH] Github: add py3.9 CI --- .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 d8ea4df..ebc3d86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,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: - uses: actions/checkout@v2 - -- GitLab