From 9e217c26326ae61b2891ba97ea8c86145838e450 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 13 Nov 2020 08:02:24 +0100 Subject: [PATCH] ci: Add Python 3.9 to test matrix Signed-off-by: Jan Kiszka --- .github/workflows/next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 3cdd760..10a2a25 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - name: Check out repo uses: actions/checkout@v2