From 908896006d31eb8584c75beec5faff40fa832659 Mon Sep 17 00:00:00 2001 From: Russ Garrett Date: Fri, 19 Nov 2021 11:16:46 +0000 Subject: [PATCH] Add python 3.9 to build matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d28edcd..15fd811 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2