From f5776bf2f7c4279e60dc957ac1684bdf5b18c44c Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Wed, 17 Feb 2021 22:19:40 +0000 Subject: [PATCH] ci: add py3.9 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5694892..003f12e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3] steps: - uses: actions/checkout@v2 - name: Set up Python Env