From 7174d5b008611effa84abeef4fb196bd46711b73 Mon Sep 17 00:00:00 2001 From: Benjamin Denhartog Date: Tue, 15 Dec 2020 09:01:51 -0700 Subject: feat(ci): add python 3.9 to the test matrix --- .github/workflows/wee-slack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/wee-slack.yml b/.github/workflows/wee-slack.yml index 7cb8017..60facce 100644 --- a/.github/workflows/wee-slack.yml +++ b/.github/workflows/wee-slack.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: [2.7, 3.7, 3.8] + python_version: [2.7, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: [2.7, 3.7, 3.8] + python_version: [2.7, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 -- cgit