From ae2dfc995460e3617ed9849383c2efb4d6e66f2b Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Thu, 7 Jan 2021 11:53:17 +0100 Subject: [PATCH] Add Python 3.9 to pytest ci stage --- .github/workflows/run_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 30b9fe5..5e374e9 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] runs-on: ${{matrix.os}} steps: